congrats team! what was the thinking behind choosing to support "Vector Database (powered by LangChain)" instead of directly supporting Pinecone Chroma et al directly as you do in the other destinations? when is direct integration the right approach vs when is it better to have an (possibly brittle, but faster time to market) integration of an integration?
Show HN: Chat with your data using LangChain, Pinecone, and Airbyte
11–20 of 61 posts
Re: Show HN: Chat with your data using LangChain, Pinecone, and Airbyte
#12LangChain supports local LLMs like Llama 2 with Ollama ( https://github.com/jmorganca/ollama ) as of this morning, in both their Python and Javascript versions: https://python.langchain.com/docs/integrations/llms/ollama This can be a great option if you'd like to keep your data local versus submitting it to a cloud LLM, with the added benefit of saving costs if you're submitting many questions in a row (e.g. in batch…
Re: Show HN: Chat with your data using LangChain, Pinecone, and Airbyte
#13Re: Show HN: Chat with your data using LangChain, Pinecone, and Airbyte
#14LangChain supports local LLMs like Llama 2 with Ollama ( https://github.com/jmorganca/ollama ) as of this morning, in both their Python and Javascript versions: https://python.langchain.com/docs/integrations/llms/ollama This can be a great option if you'd like to keep your data local versus submitting it to a cloud LLM, with the added benefit of saving costs if you're submitting many questions in a row (e.g. in batch…
Thanks. How would this differ from running Llama2 through the Huggingface-Langchain integration? I haven't tried it but it looked like the way to go until you shared this.
Re: Show HN: Chat with your data using LangChain, Pinecone, and Airbyte
#15When using a local vector db, what is the security model between my data and Airbyte? For example, do I need to permit Airbyte IPs into my enviro, and is there a VPN type option for private connectivity?
Re: Show HN: Chat with your data using LangChain, Pinecone, and Airbyte
#16Re: Show HN: Chat with your data using LangChain, Pinecone, and Airbyte
#17Re: Show HN: Chat with your data using LangChain, Pinecone, and Airbyte
#18Re: Show HN: Chat with your data using LangChain, Pinecone, and Airbyte
#19How are you thinking about preventing customer PII making it to OpenAI?