Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[FEATURE] Add support for llama.cpp and Weaviate

Open zbruceli opened this issue 1 year ago • 3 comments

Describe the feature you'd like Could you please add support for

  • llama.cpp embedding
  • llama.cpp llm
  • Weaviate vector DB

Additional context I got LangChain + OpenAI + Pinecone working for conversational Q&A retrieval against enterprise knowledge base, but would like to use open source and locally run alternative components (llama.cpp for embedding and LLM, Weaviate for vector DB). Thus my enterprise data will be on premise. Thank you.

zbruceli avatar Apr 29 '23 16:04 zbruceli

Thanks for the suggestion!

As this project is built on top of LangChainJS, llama.cpp is still not yet supported for now. It is also requested here: https://github.com/hwchase17/langchainjs/issues/710

We can definitely add Weaviate DB soon. For now, Supabase, Chroma are open source which you can run locally as well

HenryHengZJ avatar Apr 29 '23 17:04 HenryHengZJ

Weaviate was recently added to LangChainJS, same interface as the other VectorStores. Also perhaps have a look at https://github.com/go-skynet/LocalAI it's a way of running open models locally with an API that is compatible with OpenAIs API interfaces. Should be a great stopgap while there is no llama.cpp

heresandyboy avatar May 03 '23 23:05 heresandyboy

Weaviate is now added to Flowise - https://github.com/FlowiseAI/Flowise/pull/45

HenryHengZJ avatar May 04 '23 14:05 HenryHengZJ

Closing this as you can now use LocalAI https://github.com/FlowiseAI/Flowise/pull/123 to run local LLMs and embeddings. So far this is the only viable solution for JS/TS based project

HenryHengZJ avatar May 20 '23 22:05 HenryHengZJ

Weaviate is now added to Flowise - #45

Im desperate in need of a tutorial to use it with flowise,

Initonedeb avatar Sep 28 '23 15:09 Initonedeb

Weaviate is now added to Flowise - #45

Seems to be still not listed in the docs. Any particular reason or just an oversight? => https://docs.flowiseai.com/integrations/langchain/vector-stores

ovizii avatar Apr 03 '24 11:04 ovizii