https://github.com/nthe/microsearch
High-level (and possibly very slow) search over PostgreSQL + pgvector. Good for PoCs and prototypes.
https://github.com/nthe/microsearch
fulltext-search genai pgvector python search-engine tools
Last synced: 6 months ago
JSON representation
High-level (and possibly very slow) search over PostgreSQL + pgvector. Good for PoCs and prototypes.
- Host: GitHub
- URL: https://github.com/nthe/microsearch
- Owner: nthe
- Created: 2025-02-11T14:25:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T15:16:23.000Z (8 months ago)
- Last Synced: 2025-02-11T15:38:42.168Z (8 months ago)
- Topics: fulltext-search, genai, pgvector, python, search-engine, tools
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microsearch
Lazy developer's search over PostgreSQL + pgvector. Good for PoCs and prototypes.
Install using `uv` or `pip`
```sh
# uv
uv add git+https://github.com/nthe/microsearch# pip
pip install git+https://github.com/nthe/microsearch
```See [notebooks](./notebooks/) for usage.