Removed integrations (not found?).
Browse files- hybrid.py +0 -1
- requirements.txt +0 -1
- vector3_db/chroma.sqlite3 +1 -1
hybrid.py
CHANGED
|
@@ -20,7 +20,6 @@ from haystack.document_stores.types import DuplicatePolicy
|
|
| 20 |
from haystack.components.converters import PyPDFToDocument
|
| 21 |
from haystack.components.preprocessors import DocumentCleaner
|
| 22 |
from haystack.components.builders import PromptBuilder
|
| 23 |
-
from haystack_integrations.components.generators.ollama import OllamaGenerator
|
| 24 |
from pathlib import Path
|
| 25 |
from haystack.components.converters import DOCXToDocument
|
| 26 |
import re
|
|
|
|
| 20 |
from haystack.components.converters import PyPDFToDocument
|
| 21 |
from haystack.components.preprocessors import DocumentCleaner
|
| 22 |
from haystack.components.builders import PromptBuilder
|
|
|
|
| 23 |
from pathlib import Path
|
| 24 |
from haystack.components.converters import DOCXToDocument
|
| 25 |
import re
|
requirements.txt
CHANGED
|
@@ -5,5 +5,4 @@ chromadb
|
|
| 5 |
sentence_transformers
|
| 6 |
numpy
|
| 7 |
haystack-ai
|
| 8 |
-
haystack_integrations
|
| 9 |
|
|
|
|
| 5 |
sentence_transformers
|
| 6 |
numpy
|
| 7 |
haystack-ai
|
|
|
|
| 8 |
|
vector3_db/chroma.sqlite3
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 11452416
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:861003a15d8d7e1a50386e60541f0f36e1a5a431a3c76c10abbe6ac42cf8c560
|
| 3 |
size 11452416
|