Skip to content

Example scripts to "QA" documentation, of the pattern: Ingest the source (public web documentation or PDFs) and output a local vector-store with Langchain, then expose a chat window for "QA" using Streamlit UI. simplest "RAG" (Retrieval Augmented Generation) queries using a configurable LLM provider

Notifications You must be signed in to change notification settings

michael-s-downs/Langchain-DocTalks

Repository files navigation

Langchain-DocTalks

A repo for example scripts that talk to documentation of any kind of the pattern: Ingest the source (typically public web documentation or PDFs) using Langchain, output a local vector-store with Langchain, then expose a chat window for "QA" using Streamlit UI. "RAG" (Retrieval Augmented Generation) queries against your configured LLM provider, see datascience's architecture diagram in the assets folder.

About

Example scripts to "QA" documentation, of the pattern: Ingest the source (public web documentation or PDFs) and output a local vector-store with Langchain, then expose a chat window for "QA" using Streamlit UI. simplest "RAG" (Retrieval Augmented Generation) queries using a configurable LLM provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages