autogen/autogen
Li Jiang c4e570393d
Support setting vector_db as a param (#2313)
* Added vectordb base and chromadb

* Remove timer and unused functions

* Added filter by distance

* Added test utils

* Fix format

* Fix type hint of dict

* Rename test

* Add test chromadb

* Fix test no chromadb

* Add coverage

* Don't skip test vectordb utils

* Add types

* Fix tests

* Fix docs build error

* Add types to base

* Update base

* Update utils

* Update chromadb

* Add get_docs_by_ids

* Improve docstring

* Update init params

* Update init vector db

* Add get all docs

* Move chroma_results_to_query_results to utils

* Add init vectordb

* Convert format of results for old version

* Improve type hints

* Update get_context for new query results format

* Fix typo

* Improve init db

* Update default folder

* Update logger

* Update init, add embedding func

* Update distance_threshold

* Fix logger name

* Update qdrant

* Fix init db

* Update notebooks

* Use kwargs to improve readability

* Improve docstring of vectordb, add two attributes

* Add db_config

* Update gitignore

* Update comments

* Add source

* Fix file downloaded from urls have the same name

* Remove files added by mistake

* Improve docstring

* Update docstring

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Update docstring

* Update docstring

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2024-04-17 08:30:05 +00:00
..
agentchat Support setting vector_db as a param (#2313) 2024-04-17 08:30:05 +00:00
cache Add isort (#2265) 2024-04-05 02:26:06 +00:00
coding Add "py" as lang in conversable agent (#1062) (#2144) 2024-04-12 15:14:51 +00:00
extensions cleanup 2023-09-16 15:30:28 +00:00
io Remove info log for IOStream using default. (#2281) 2024-04-05 02:38:31 +00:00
logger Add isort (#2265) 2024-04-05 02:26:06 +00:00
oai update cost info (#2401) 2024-04-17 00:43:11 +00:00
__init__.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
_pydantic.py Fix types in tool tests (#2285) 2024-04-05 15:51:49 +00:00
browser_utils.py [Feat] browser should support custom base url for bing search (#2321) 2024-04-16 14:07:50 +00:00
code_utils.py Made the cost info easier to read (#2356) 2024-04-15 01:18:50 +00:00
exception_utils.py Fix type issues in exception_utils.py (#1972) 2024-03-13 20:24:21 +00:00
formatting_utils.py Encapsulate colored into a module (#2057) 2024-03-19 18:09:43 +00:00
function_utils.py Fix types in tool tests (#2285) 2024-04-05 15:51:49 +00:00
graph_utils.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
math_utils.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
retrieve_utils.py Support setting vector_db as a param (#2313) 2024-04-17 08:30:05 +00:00
runtime_logging.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
token_count_utils.py Merge "Gemini" feature into the main branch (#2360) 2024-04-17 00:24:07 +00:00
types.py Resolve types issues in coding (#2055) 2024-03-19 16:49:37 +00:00
version.py update cost info (#2401) 2024-04-17 00:43:11 +00:00