Tagged: C#

8 posts

Build a Document Search Engine in C#

Build 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, with the index living on your own disk.

Read more