Skip to main content

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

API Reference:

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

API Reference:

Document Loader​

The Kinetica Document loader can be used to load LangChain Documents from the Kinetica database.

See Kinetica Document Loader for usage

from langchain_community.document_loaders.kinetica_loader import KineticaLoader

API Reference:

Retriever​

The Kinetica Retriever can return documents given an unstructured query.

See Kinetica VectorStore based Retriever for usage


Help us out by providing feedback on this documentation page: