You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note currently we let chromadb handle all things embeddings but the above may provide a better way to decouple the choice of object store (e.g. sqlite, mongodb) vs dedicated vector database
The text was updated successfully, but these errors were encountered:
fyi, the sentence-transformers package contains a few different embedding models, SPECTER in particular might be useful as it was trained on scientific citations, https://www.sbert.net/docs/pretrained_models.html
iQuxLE
added a commit
to iQuxLE/curate-gpt
that referenced
this issue
Sep 11, 2024
# This is the 1st commit message:
impl abstractmethod & refactor to new API
# This is the commit message monarch-initiative#2:
refactor dimension function
# This is the commit message monarch-initiative#3:
refactor abstractmethod
# This is the commit message monarch-initiative#4:
refactor abstractmethod 2
iQuxLE
added a commit
to iQuxLE/curate-gpt
that referenced
this issue
Sep 11, 2024
# This is the 1st commit message:
impl abstractmethod & refactor to new API
# This is the commit message monarch-initiative#2:
refactor dimension function
# This is the commit message monarch-initiative#3:
refactor abstractmethod
# This is the commit message monarch-initiative#4:
refactor abstractmethod 2
# This is the commit message monarch-initiative#5:
impl abstractmethod & refactor to new API
# This is the commit message monarch-initiative#6:
refactor dimension function
https://simonwillison.net/2023/Sep/4/llm-embeddings/
Note currently we let chromadb handle all things embeddings but the above may provide a better way to decouple the choice of object store (e.g. sqlite, mongodb) vs dedicated vector database
The text was updated successfully, but these errors were encountered: