Spaces:
Sleeping
Sleeping
Update scripts/setup_vectorstore.py
Browse files
scripts/setup_vectorstore.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import pickle
|
| 2 |
from pathlib import Path
|
| 3 |
-
from
|
| 4 |
from langchain_openai import OpenAIEmbeddings
|
| 5 |
|
| 6 |
def main():
|
|
|
|
| 1 |
import pickle
|
| 2 |
from pathlib import Path
|
| 3 |
+
from langchain_chroma import Chroma
|
| 4 |
from langchain_openai import OpenAIEmbeddings
|
| 5 |
|
| 6 |
def main():
|