Revert "Vera gdi"

This commit is contained in:
headbigsile
2025-01-20 17:52:31 +08:00
committed by GitHub
parent 2c450a5ffe
commit 83d0a86dae
13 changed files with 95 additions and 677 deletions

View File

@ -33,7 +33,7 @@ class ChromaUpsert(Blackbox):
# load embedding model
self.embedding_model_1 = SentenceTransformerEmbeddings(model_name="/Workspace/Models/BAAI/bge-large-zh-v1.5", model_kwargs={"device": "cuda"})
# load chroma db
self.client_1 = chromadb.HttpClient(host='10.6.44.141', port=7000)
self.client_1 = chromadb.HttpClient(host='192.168.0.200', port=7000)
def __call__(self, *args, **kwargs):
return self.processing(*args, **kwargs)