Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chunk ¶
type Chunk = internalrag.Chunk
type Chunker ¶
type Chunker = internalrag.Chunker
type Embedder ¶
type Embedder = internalrag.Embedder
type IngestRequest ¶
type IngestRequest = internalrag.IngestRequest
type IngestResult ¶
type IngestResult = internalrag.IngestResult
type Reranker ¶
type Reranker = internalrag.Reranker
type SearchRequest ¶
type SearchRequest = internalrag.SearchRequest
type SearchResponse ¶
type SearchResponse = internalrag.SearchResponse
type SearchResult ¶
type SearchResult = internalrag.SearchResult
type Service ¶
type Service = internalrag.Service
func NewService ¶
func NewService(artifacts publicstorage.ArtifactStore, vectors publicvector.Store, embedder Embedder, chunker Chunker) *Service
type VectorStore ¶
type VectorStore = publicvector.Store
Click to show internal directories.
Click to hide internal directories.