spyglass-search/memex
Super-simple, fully Rust powered "memory" (doc store + semantic search) for LLM projects, semantic search, etc.
This tool helps developers working with large language models (LLMs) add 'memory' to their projects. You input various documents, like text files or reports, and it processes them. The output is a searchable knowledge base that allows your LLM application to answer questions or extract information based on the documents you provided, making your LLM more informed. This is for developers building applications that need an LLM to interact with specific sets of documents.
No commits in the last 6 months.
Use this if you are developing an LLM application and need to give it the ability to store, search, and retrieve information from a collection of documents to provide more accurate, context-aware responses.
Not ideal if you are an end-user looking for a ready-to-use application to chat with your documents, rather than a developer building such an application.
Stars
66
Forks
10
Language
Rust
License
—
Category
Last pushed
Oct 09, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/spyglass-search/memex"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
winkjs/wink-bm25-text-search
Fast Full Text Search based on BM25
run-llama/semtools
Semantic search and document parsing tools for the command line
Hamza5/file-brain
Smart local file search app that understands your files
OpenConceptLab/oclmap
OCL Mapper (beta): an open-source AI-supported terminology mapping solution for the global community
Dicklesworthstone/frankensearch
Two-tier hybrid search for Rust: sub-millisecond initial results via potion-128M,...