You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/astradb/langchain_astradb
Stefano Lottini 6d863bed51
partner[minor]: Astra DB clients identify themselves as coming through LangChain package (#18131)
**Description**

This PR sets the "caller identity" of the Astra DB clients used by the
integration plugins (`AstraDBChatMessageHistory`, `AstraDBStore`,
`AstraDBByteStore` and, pending #17767 , `AstraDBVectorStore`). In this
way, the requests to the Astra DB Data API coming from within LangChain
are identified as such (the purpose is anonymous usage stats to best
improve the Astra DB service).
7 months ago
..
utils partner[minor]: Astra DB clients identify themselves as coming through LangChain package (#18131) 7 months ago
__init__.py astradb: Add AstraDBChatMessageHistory to langchain-astradb package (#17732) 7 months ago
chat_message_histories.py astradb: Add AstraDBChatMessageHistory to langchain-astradb package (#17732) 7 months ago
py.typed astradb: bootstrapping Astra DB as Partner Package (#16875) 7 months ago
storage.py astradb[patch]: Use astrapy's upsert_one method in AstraDBStore (#18063) 7 months ago
vectorstores.py docs: Fix AstraDBVectorStore docstring (#17706) 7 months ago