refactor chunking and embedding into their own modules
This commit is contained in:
@@ -9,7 +9,7 @@ from chromadb.api import ClientAPI
|
||||
from chromadb.api.types import QueryResult, Where
|
||||
from chromadb.errors import NotFoundError
|
||||
|
||||
from chromy.embed import EmbeddingRecord
|
||||
from chromy.embedding import EmbeddingRecord
|
||||
|
||||
|
||||
def _get_client_and_collection(
|
||||
|
||||
Reference in New Issue
Block a user