Enable fastembed as a local embedding vendor (#12)
* Prepend all Langchain-based embeddings with LC * Provide vanilla OpenAI embeddings * Add test for AzureOpenAIEmbeddings and OpenAIEmbeddings * Incorporate fastembed --------- Co-authored-by: ian_Cin <ian@cinnamon.is>
This commit is contained in:
committed by
GitHub
parent
8001c86b16
commit
e75354d410
5
.github/workflows/unit-test.yaml
vendored
5
.github/workflows/unit-test.yaml
vendored
@@ -100,6 +100,11 @@ jobs:
|
||||
path: ${{ env.pythonLocation }}
|
||||
key: ${{ steps.restore-dependencies.outputs.cache-primary-key }}
|
||||
|
||||
- name: Install OS-based packages
|
||||
run: |
|
||||
sudo apt update -qqy
|
||||
sudo apt install -y poppler-utils libpoppler-dev tesseract-ocr
|
||||
|
||||
- name: Test kotaemon with pytest
|
||||
run: |
|
||||
pip show pytest
|
||||
|
Reference in New Issue
Block a user