Integrates with typesense vector database for retrieval augmented generation tasks
JIVAS action wrapper around the Typesense vector database for retrieval-augmented generation tasks.
jivas/typesense_vector_store_action
TypesenseVectorStoreAction
^2.0.0
typesense
: >=0.21.0
This package, developed by V75 Inc., provides integration with the Typesense vector database, supporting retrieval-augmented generation tasks. As a core vector store action, it enables efficient storage, retrieval, and manipulation of vector data within the Typesense ecosystem. Configured as a singleton, it requires the Jivas library version 2.0.0 and the typesense
Python package version 0.21.0 to function effectively.
Below is detailed guidance on how to configure and use the Typesense Vector Store Action.
The Typesense Vector Store Action provides an abstraction layer for interacting with the Typesense vector database. It supports multiple configurations for various use cases, including:
The configuration consists of the following components:
typesense_settings
Defines the settings for the Typesense database, such as host, API keys, and parameters.
typesense_settings = {
"host": "your_typesense_host", # Example: "localhost" or "xxx.a1.typesense.net"
"port": "8108", # Example: "8108" or "443" for Typesense Cloud
"protocol": "http", # Example: "http" or "https" for Typesense Cloud
"api_key": "your_api_key", # API key for Typesense
"connection_timeout": 2, # Timeout in seconds
"collection_name": "your_collection" # Name of the Typesense collection
}
typesense_settings = {
"host": "localhost",
"port": "8108",
"protocol": "http",
"api_key": "your_typesense_api_key",
"connection_timeout": 2,
"collection_name": "example_collection"
}
typesense_vector_store_action
project.git clone https://github.com/TrueSelph/typesense_vector_store_action
git checkout -b new-feature-x
git commit -m 'Implemented new feature x.'
git push origin new-feature-x
This project is protected under the Apache License 2.0. See LICENSE for more information.
jvcli download action jivas/typesense_vector_store_action
Last published
a month ago
Version
0.0.3
Downloads
292
Author
jivasType
vector_store_action
Visibility
Public
Tags