Semantic Search in C# — Without a Vector Database
Add semantic search to your C# app in 5 lines. Match text by meaning, not keywords. No Python, no external services, no vector database. Runs locally on CPU.
Read more2 posts
Add semantic search to your C# app in 5 lines. Match text by meaning, not keywords. No Python, no external services, no vector database. Runs locally on CPU.
Read moreBuild a full-text search engine in C# with keyword search, semantic search, hybrid ranking, and reranking. Index files and query them in 10 lines of code. No Elasticsearch, no external services.
Read more