autogen/test
Anush 50ac547637
feat: Qdrant vector store support (#303)
* feat: QdrantRetrieveUserProxyAgent

* fix: QdrantRetrieveUserProxyAgent docstring

* chore: batch of 500 all CPU cores

* chore: conditional import for tests

* chore: config parallel, batch 100

* chore: collection creation params

* chore: conditonal payload indexing
fastembed import check

* docs: notebook for QdrantRetrieveUserProxyAgent

* docs: update docs link

* docs: notebook examples update

* chore: hnsw, payload index reference

* docs: notebook docs_path update

* Update test/agentchat/test_qdrant_retrievechat.py

Co-authored-by: Li Jiang <bnujli@gmail.com>

* chore: update notebook output

* Fix format

---------

Co-authored-by: Li Jiang <bnujli@gmail.com>
2023-10-25 05:08:43 +00:00
..
agentchat feat: Qdrant vector store support (#303) 2023-10-25 05:08:43 +00:00
oai config list for test (#395) 2023-10-24 03:54:45 +00:00
test_files retrieve_utils.py - Updated.py to have the ability to parse text from PDF Files (#50) 2023-10-01 10:22:58 +00:00
test_code.py Replace the use of `assert` in non-test code (#80) 2023-10-03 17:52:50 +00:00
test_function_call.py cleanup 2023-09-16 16:34:16 +00:00
test_notebook.py cleanup 2023-09-21 15:20:10 +00:00
test_retrieve_utils.py Fix tmp dir not exists (#401) 2023-10-24 16:09:25 +00:00
test_with_openai.py fix append_oai_message (#47) 2023-10-02 18:52:38 +00:00
twoagent.py make retry_time configurable, add doc (#53) 2023-09-30 16:21:07 +00:00