llm-tools / embedJs

A NodeJS RAG framework to easily work with LLMs and embeddings
https://llm-tools.mintlify.app/get-started/introduction
Apache License 2.0
334 stars 40 forks source link

Add OllamaEmbedding (It is available in langchain) #84

Closed hassanallaham closed 4 months ago

hassanallaham commented 5 months ago

Most people (companies) prefer to keep their data local and avoid sharing it with embedding model providers. In fact, no one likes to be exposed :cactus: :smile: 😋

adhityan commented 5 months ago

This is part of the current roadmap. Should be added in the next few releases.

adhityan commented 4 months ago

Early support added in version 0.0.92. More testing pending.