-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add External VectorDB Connections #872
Commits on Oct 19, 2024
-
jeffrey committed
Oct 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 44fd77b - Browse repository at this point
Copy the full SHA 44fd77bView commit details
Commits on Oct 20, 2024
-
Add BaseVectorDB schema only for AutoRAG and replace original chroma …
…collection to Chroma vector store instance. (#871) * add Chroma wrapper for vectorstore compatibility * Make my own Chroma class * refactor get_id_scores * replace chroma to VectorStore instance with async * use vector store embedding at vectordb module * optimize imports --------- Co-authored-by: jeffrey <vkefhdl1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d20806e - Browse repository at this point
Copy the full SHA d20806eView commit details -
Merge branch 'main' into Feature/#830
jeffrey committedOct 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 4dd1c16 - Browse repository at this point
Copy the full SHA 4dd1c16View commit details
Commits on Oct 21, 2024
-
Load vector store configuration from YAML file and use it on the vect…
…ordb module. (#874) * make load_yaml_config for easier retrieve config yaml file * load vectordb instance from config YAML file * load vectordb from YAML in the vectordb module * fixed wrong annotation --------- Co-authored-by: jeffrey <vkefhdl1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5475fdb - Browse repository at this point
Copy the full SHA 5475fdbView commit details
Commits on Oct 22, 2024
-
Make Evaluator with new external DB works (#877)
* add filter from corpus data and filter from retrieval_gt for optional ingest * make Evaluator with external vectordb working. --------- Co-authored-by: jeffrey <vkefhdl1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 049e643 - Browse repository at this point
Copy the full SHA 049e643View commit details
Commits on Oct 23, 2024
-
Implement Mivlus instance and test it (done)
jeffrey committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 0baa503 - Browse repository at this point
Copy the full SHA 0baa503View commit details -
Implement milvus and test it (#879)
Co-authored-by: jeffrey <vkefhdl1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b81cbe5 - Browse repository at this point
Copy the full SHA b81cbe5View commit details -
Use vectordb dictionary at extracted yaml file (#880)
* extract vectordb and save it to extracted yaml as also * add delete collection method for milvus * edit hybrid testing for new vectordb * optimize imports at test_hybrid_cc.py --------- Co-authored-by: jeffrey <vkefhdl1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c103dc4 - Browse repository at this point
Copy the full SHA c103dc4View commit details -
Documentation for new external Vector DB connection (#881)
* add vector db documentations (milvus and chroma) * change documentation file for vectordb * Fix all sample config YAML file to use vectordb --------- Co-authored-by: jeffrey <vkefhdl1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5574864 - Browse repository at this point
Copy the full SHA 5574864View commit details -
resolve error at test_run_retrieval_node.py
jeffrey committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for d5a8cb2 - Browse repository at this point
Copy the full SHA d5a8cb2View commit details -
jeffrey committed
Oct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for cb64190 - Browse repository at this point
Copy the full SHA cb64190View commit details -
jeffrey committed
Oct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for bec9759 - Browse repository at this point
Copy the full SHA bec9759View commit details