Documentation
¶
Index ¶
- func HandleIndexConversations(c *gin.Context, store registrystore.MemoryStore)
- func HandleListUnindexed(c *gin.Context, store registrystore.MemoryStore)
- func HandleSearchConversations(c *gin.Context, store registrystore.MemoryStore, cfg *config.Config, ...)
- func MountRoutes(r *gin.Engine, store registrystore.MemoryStore, cfg *config.Config, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleIndexConversations ¶
func HandleIndexConversations(c *gin.Context, store registrystore.MemoryStore)
HandleIndexConversations exposes conversation indexing for wrapper-native adapters.
func HandleListUnindexed ¶
func HandleListUnindexed(c *gin.Context, store registrystore.MemoryStore)
HandleListUnindexed exposes unindexed list for wrapper-native adapters.
func HandleSearchConversations ¶
func HandleSearchConversations(c *gin.Context, store registrystore.MemoryStore, cfg *config.Config, embedder registryembed.Embedder, vectorStore registryvector.VectorStore)
HandleSearchConversations exposes conversation search for wrapper-native adapters.
func MountRoutes ¶
func MountRoutes(r *gin.Engine, store registrystore.MemoryStore, cfg *config.Config, auth gin.HandlerFunc, embedder registryembed.Embedder, vectorStore registryvector.VectorStore)
MountRoutes mounts search routes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.