mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-27 04:08:34 -05:00
Add support to customized vectordb and embedding functions (#161)
* Add custom embedding function * Add support to custom vector db * Improve docstring * Improve docstring * Improve docstring * Add support to customized is_termination_msg fucntion * Add a test for customize vector db with lancedb * Fix tests * Add test for embedding_function * Update docstring
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
python -m pip install --upgrade pip wheel
|
||||
pip install -e .
|
||||
python -c "import autogen"
|
||||
pip install -e.[mathchat,retrievechat] datasets pytest
|
||||
pip install -e.[mathchat,retrievechat,test] datasets pytest
|
||||
pip uninstall -y openai
|
||||
- name: Test with pytest
|
||||
if: matrix.python-version != '3.10'
|
||||
|
||||
Reference in New Issue
Block a user