https://github.com/hunkim/faq_search
https://github.com/hunkim/faq_search
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hunkim/faq_search
- Owner: hunkim
- Created: 2022-05-28T09:47:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T00:14:06.000Z (over 3 years ago)
- Last Synced: 2024-10-29T08:21:51.408Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# faq_search
## Performance concerns
### Indexing (3 records)
* Index with pipeline took: 0.160
* Index with api call took: 0.072
### Encoding
* Encode using pipeline simulate took: 0.054
* Encode FastAPI+Huggingface took: 0.022