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

https://github.com/jmcheon/gossip_semantic_search


https://github.com/jmcheon/gossip_semantic_search

fastapi pinecone python3 semantic-search vector-database

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# gossip_semantic_search

- Embedding Model: [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
- Vector Search: Pinecone

# References

Backend structure

- [fastapi-mvc](https://github.com/ViktorViskov/fastapi-mvc/)