schwallergroup/rambo-I

Add retrieval with embeddings

doncamilom opened this issue · 1 comments

Add retrieval with embeddings

Implemented!

Run with dummy test embeddings:
rambo suggest-me-a-synthesis --retrieval_type='test'

Run with embeddings from chroma db:
rambo suggest-me-a-synthesis --retrieval_type=‘embeddings’
(requiring that CHROMA_DB_PATH is set in your local .env file)

As a placeholder for now:
rambo suggest-me-a-synthesis --retrieval_type=‘agent’

See PR #11