anchor-chain 0.4.2

A statically typed async framework for building LLM-based applications.
Documentation
1
2
3
4
5
6
7
8
//! This module contains various nodes for working with Vector databases.
//!
//! These nodes are used to preform various operations on vector databases such as indexing and
//! retrieving documents.
pub mod document;
pub mod opensearch_client_builder;
pub mod opensearch_indexer;
pub mod opensearch_retriever;