valjestir t1_je8w22c wrote on March 30, 2023 at 7:19 AM Reply to comment by LetGoAndBeReal in [D] The best way to train an LLM on company data by jaxolingo RAG is exactly what OP needs here. I don’t think Langchain has any way to connect to Azure of Snowflake though so they still need some way to extract that data. A project I’m working on helps with ETL for retrieval augmented generation: https://github.com/ai-sidekick/sidekick Permalink Parent 1
valjestir t1_je8w22c wrote
Reply to comment by LetGoAndBeReal in [D] The best way to train an LLM on company data by jaxolingo
RAG is exactly what OP needs here. I don’t think Langchain has any way to connect to Azure of Snowflake though so they still need some way to extract that data.
A project I’m working on helps with ETL for retrieval augmented generation: https://github.com/ai-sidekick/sidekick