got it – https://
github.com/hwchase17/chat
-langchain
… should be pretty extendable to arbitrary websites (is currently langchain documentation, but you can swap out the URL). going to add more instructions for this today!
@langchain
-
Chat-LangChain: Extensible AI Documentation Tool for Websites
By
–
-
Standard Interfaces for LLM and Embeddings Providers
By
–
pretty easy to swap this out! we have standard interfaces for most llm/embeddings providers
-
LangChain Chat Projects and Open Source AI Applications
By
–
Other links GitHub Repo: https://
github.com/hwchase17/chat
-langchain
… @huggingface Space: https://
huggingface.co/spaces/hwchase
17/chat-langchain
… Related projects that are also great: GitHub support bot from @floydophone
: https://
dagster.io/blog/chatgpt-l
angchain
…
Converse with PDFs from @deskriders_twt: https://
github.com/namuan/dr-doc-
search
… -
Lucid Web Browser Partnership for AI-Powered Question Answering
By
–
Big shout out to @chillzaza_ for partnering with us on this! This was based on a lot of his work with Lucid – a web browser that can do this type of question answering for the whole web
— LangChain (@LangChain) 17 janvier 2023
Also shout out to @sjwhitmore for the original idea ~3 months agohttps://t.co/rBrVXP3iM2Big shout out to @chillzaza_ for partnering with us on this! This was based on a lot of his work with Lucid – a web browser that can do this type of question answering for the whole web Also shout out to @sjwhitmore for the original idea ~3 months ago
-
ClerkieAI Advanced Question Answer Bot Now Live
By
–
If you like this and want a more advanced version of this for your codebase, you should check out @ClerkieAI Their question answer bot is live on our Discord:
-
Improving Chatbot UX: Follow-ups, Prompt Engineering, Data Prep
By
–
1. We make it an actual chatbot, where you can ask followup questions (important UX decision!) 2. @chillzaza_ has a lot of insights on prompt engineering (citing sources, writing markdown, speed) 3. Some notes on importance of data preparation
-

LangChain Chatbot: Open Source Documentation Q&A Tool
By
–
http://
chat.langchain.dev An open source chatbot grounded to answer questions about LangChain documentation Blog Post: http://
blog.langchain.dev/langchain-chat There have been a lot of question/answering demos, but we believe we add some unique insights (covered in the blog) -
LangChain Wolfram Alpha Integration Showcased in New Video
By
–
An awesome video by @JavaFXpert and @dralandthompson highlighting the LangChain Wolfram Alpha integration that @nickscamara_ did last week!
-
Agent Response Parsing Improvement for Final Answers
By
–
Parsing of agent responses – h/t @krrish_dh Previously, the agent response expected the "final answer" to start on the same line as the "Final Answer" prefix. For longer answers, this sometimes didn't happen We now longer enforce that it be on the same line
-
Wikipedia Search Now Includes Page Attribution for Source Citation
By
–
Wikipedia source information – @rubensmau When you get a document from wikipedia search, it now comes with a `page` attribute (the page it was fetched from) This is needed when doing question/answering with sources (so you can cite the correct page)