llmware-ai / llmware

Unified framework for building enterprise RAG pipelines with small, specialized models
https://llmware-ai.github.io/llmware/
Apache License 2.0
4.21k stars 813 forks source link

Request to integrate Jina Embeddings API #826

Open Nick17t opened 3 weeks ago

Nick17t commented 3 weeks ago

I kindly request team to consider adding support for theJina Embeddings API. I would be happy to provide any additional information or assistance needed for this integration.

"model_category": "embedding", "model_location": "api", "context_window": 8192, "embedding_dims": 768}

Screenshot 2024-06-04 at 12 40 54
doberst commented 3 weeks ago

@Nick17t - thanks for your request - we have received it and will assess, and revert soon ... kind regards - Darren

doberst commented 3 weeks ago

@Nick17t - on a related note, we thought you might be interested - we have added the jina reranker models into the default llmware model catalog and put together a nice example showing them working in a rag process - example