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
- Host: GitHub
- URL: https://github.com/jmcheon/gossip_semantic_search
- Owner: jmcheon
- Created: 2025-01-20T14:27:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T12:05:15.000Z (over 1 year ago)
- Last Synced: 2025-03-29T04:48:00.030Z (over 1 year ago)
- Topics: fastapi, pinecone, python3, semantic-search, vector-database
- Language: Python
- Homepage:
- Size: 24.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)