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
Currently citrus supports vector embeddings from OpenAI text-embedding-ada-002 model.
It'd be great to add support for other embedding models from Cohere, Huggingface, etc. Create an EmbeddingFunction abstract class or something similar and implement OpenAI, Cohere, etc. embedding functions.
The text was updated successfully, but these errors were encountered:
Currently citrus supports vector embeddings from OpenAI
text-embedding-ada-002
model.It'd be great to add support for other embedding models from Cohere, Huggingface, etc. Create an
EmbeddingFunction
abstract class or something similar and implement OpenAI, Cohere, etc. embedding functions.The text was updated successfully, but these errors were encountered: