mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
Update main.py
This commit is contained in:
parent
c68bb3b950
commit
ffd0a5a2a0
@ -64,9 +64,7 @@ def store_data_in_vector_db(data, collection_name) -> bool:
|
||||
metadatas = [doc.metadata for doc in docs]
|
||||
|
||||
try:
|
||||
collection = CHROMA_CLIENT.create_collection(
|
||||
name=collection_name, embedding_function=EMBEDDING_FUNC
|
||||
)
|
||||
collection = CHROMA_CLIENT.create_collection(name=collection_name)
|
||||
|
||||
collection.add(
|
||||
documents=texts, metadatas=metadatas, ids=[str(uuid.uuid1()) for _ in texts]
|
||||
|
Loading…
Reference in New Issue
Block a user