Semantic search for the curator core project.
Quick start
1. Add “core_semantic_search_app” to your INSTALLED_APPS setting
INSTALLED_APPS = [
...
'core_semantic_search_app',
]
2. Include the core_semantic_search_app URLconf in your project urls.py
re_path(r'^semantic-search/', include('core_semantic_search_app.urls')),
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file core_semantic_search_app-1.3.0.tar.gz.
File metadata
- Download URL: core_semantic_search_app-1.3.0.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e70807664031981c99039d9b9f4a909d5d48b75cb6865e4ff6c3eee7d2a1e4f0
|
|
| MD5 |
3ff18d935aa2c90bd800f2153ef71a4b
|
|
| BLAKE2b-256 |
5c2aba2b9860611d128220129915591f1fe71c13011c787aa56da4524c917748
|