Mark Ericksen
Mark Ericksen
@jadengis This is what I do as well. I define a database schema that describes messages as "local display only", "server use only" or "both local and server". The "server...
Hi @GaltMidas! The Elixir LangChain library doesn't currently have any built-in or provided support for RAG data stores. There are several examples online of people implementing them in Elixir though....
Good question! My short-list right now is to focus on the LLMs. I want to add support for Llama 2 and Bard. My next focus, (we'll see how it goes),...
> from a user (of this lib) perspective you could set up `LangChain.ChatModels.ChatReplicate` so that it works just the same as `LangChain.ChatModels.ChatOpenAI`. You'd just have to limit the supported `:model`s...
Hi @29decibel! I'd love to have support for Vector DBs and document searching using those vectors. I don't personally have a need for those at the moment, so I don't...
@amokan I am only passively interested in supporting pgvector. I think its cool and I would _like_ to have it, but I don't have any personal experience with it and...
For document access, a draft PR is being worked on: https://github.com/brainlid/langchain/pull/3
@amokan Cool! I really don't know enough about this area to know if an ETS-based memory store makes sense. In principle, I'm not opposed to using ETS tables in this...
I think this effort has stalled out. I’m open to new work in this area. What do you need? On Sat, Aug 24, 2024 at 6:54 AM Matt Husby ***@***.***>...
> what do you think of using the Document model that is in this PR I think the Document model was incomplete. The idea was to base it on the...