langchain/docs
Chang Liu 62c8a67f56
community: add KafkaChatMessageHistory (#22216)
Add chat history store based on Kafka.

Files added: 
`libs/community/langchain_community/chat_message_histories/kafka.py`
`docs/docs/integrations/memory/kafka_chat_message_history.ipynb`

New issue to be created for future improvement:
1. Async method implementation.
2. Message retrieval based on timestamp.
3. Support for other configs when connecting to cloud hosted Kafka (e.g.
add `api_key` field)
4. Improve unit testing & integration testing.
2024-06-17 20:34:01 -07:00
..
api_reference docs: Correct return type in docstring (#22597) 2024-06-06 14:51:46 +00:00
data 👥 Update LangChain people data (#22388) 2024-06-01 07:36:45 -07:00
docs community: add KafkaChatMessageHistory (#22216) 2024-06-17 20:34:01 -07:00
scripts docs: add ollama json mode (#22926) 2024-06-14 23:27:55 +00:00
src docs: add groq to chatmodeltabs (#22913) 2024-06-14 14:31:48 -04:00
static docs[patch]: Adds evaluation sections (#23050) 2024-06-17 17:25:04 -07:00
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js docs: link GH org (#22308) 2024-05-30 00:17:59 -07:00
Makefile docs: generate table for document loaders (#22871) 2024-06-14 07:03:27 -07:00
package.json
README.md
sidebars.js docs: embeddings classes (#22927) 2024-06-17 20:17:24 -07:00
vercel_build.sh
vercel_requirements.txt docs: remove postgres from docs build (#21847) 2024-05-17 15:36:35 -07:00
vercel.json docs[patch]: Add robots.txt and root sitemap (#22492) 2024-06-04 11:26:40 -07:00
yarn.lock

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide