Implements standard retrieval operations against the typesense store for retrieval augmented generation tasks
JIVAS action for performing retrieval operations against the Typesense vector store, supporting retrieval-augmented generation tasks. As a core interact action, it plays a pivotal role in enhancing data retrieval processes and generating comprehensive results for queries. Configured as a singleton, it requires the Jivas library version 2.0.0 and depends on both persona_interact_action
and typesense_vector_store_action
for its functionality.
jivas/typesense_retrieval_interact_action
TypesenseRetrievalInteractAction
jivas/persona_interact_action
^2.0.0
jivas/persona_interact_action
: >=0.0.1
jivas/typesense_vector_store_action
: >=0.0.1
Below is detailed guidance on how to configure and use the Typesense Retrieval Interact Action.
The Typesense Retrieval Interact Action provides an abstraction layer for interacting with the Typesense store. It supports multiple configurations for various use cases, including:
The configuration consists of the following components:
vector_store_action
Defines the vector store action label bound to this retrieval action.
vector_store_action = "TypesenseVectorStoreAction"
vector_store_action = "TypesenseVectorStoreAction"
typesense_retrieval_interact_action
project.git clone https://github.com/TrueSelph/typesense_retrieval_interact_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_retrieval_interact_action
Last published
2 months ago
Version
0.0.2
Downloads
359
Author
jivasType
interact_action
Visibility
Public
Tags