Documentation
¶
Overview ¶
Package main demonstrates semantic search with embeddings.
This example shows how to:
- Use the semantic package directly for embedding-based search
- Implement a custom Embedder interface
- Filter results by namespace or tags
- Score documents using different strategies
Run with: go run ./examples/semantic
Click to show internal directories.
Click to hide internal directories.