Kinetica
Kinetica is a real-time database purpose built for enabling analytics and generative AI on time-series & spatial data.
Chat Modelβ
The Kinetica LLM wrapper uses the Kinetica SqlAssist LLM to transform natural language into SQL to simplify the process of data retrieval.
See Kinetica SqlAssist LLM Demo for usage.
from langchain_community.chat_models.kinetica import ChatKinetica
Vector Storeβ
The Kinetca vectorstore wrapper leverages Kinetica's native support for vector similarity search.
See Kinetica Vectorsore API for usage.
from langchain_community.vectorstores import Kinetica