Iodine98 / dora-back

A Python backend for Document Retrieval and Analysis (DoRA).
MIT License
0 stars 1 forks source link

Create VectorDB service #38

Open Iodine98 opened 5 months ago

Iodine98 commented 5 months ago

For example, using the Chroma Docker container

Iodine98 commented 3 months ago

Currently the vector DB is a persistent client:

https://github.com/Iodine98/dora-back/blob/5f2a797d4f3632389ff8161bb3606724583a1eb4/chatdoc/vector_db.py#L89-L94

https://github.com/Iodine98/dora-back/blob/5f2a797d4f3632389ff8161bb3606724583a1eb4/chatdoc/vector_db.py#L105

This needs to be refactored so that there is a Docker container as a vector DB.