An open API service indexing awesome lists of open source software.

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.

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.