Commit Graph

4 Commits (de5e96b5f95531d8a8f5d5e582b07ab774909647)

Author SHA1 Message Date
Erick Friis 64785822dc
templates: bump (#17074) 5 months ago
Erick Friis 08be477c24
templates: 0.1 bump (#15648) 6 months ago
Erick Friis 69a8a26683
templates: fix deps (#15439) 6 months ago
billytrend-cohere 7e4dbb26a8
templates[patch]: Add cohere librarian template (#14601)
Adding the example I build for the Cohere hackathon.

It can:

use a vector database to reccommend books

<img width="840" alt="image"
src="https://github.com/langchain-ai/langchain/assets/144115527/96543a18-217b-4445-ab4b-950c7cced915">

Use a prompt template to provide information about the library

<img width="834" alt="image"
src="https://github.com/langchain-ai/langchain/assets/144115527/996c8e0f-cab0-4213-bcc9-9baf84f1494b">

Use Cohere RAG to provide grounded results

<img width="822" alt="image"
src="https://github.com/langchain-ai/langchain/assets/144115527/7bb4a883-5316-41a9-9d2e-19fd49a43dcb">

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
7 months ago