Update main.py
Browse files
main.py
CHANGED
|
@@ -59,6 +59,7 @@ async def root():
|
|
| 59 |
"document_db": "MongoDB",
|
| 60 |
"endpoints": {
|
| 61 |
"embeddings_search": {
|
|
|
|
| 62 |
"POST /index": {
|
| 63 |
"description": "Index document với text và/hoặc image vào vector database",
|
| 64 |
"request": {
|
|
|
|
| 59 |
"document_db": "MongoDB",
|
| 60 |
"endpoints": {
|
| 61 |
"embeddings_search": {
|
| 62 |
+
"API endpoint(Gốc): https://minhvtt-EBD-Fest.hf.space/",
|
| 63 |
"POST /index": {
|
| 64 |
"description": "Index document với text và/hoặc image vào vector database",
|
| 65 |
"request": {
|