Spaces:
Sleeping
Sleeping
amaye15
commited on
Commit
·
b85ea78
1
Parent(s):
2cb9dec
Docs Updated
Browse files- src/main.py +6 -0
src/main.py
CHANGED
|
@@ -25,6 +25,12 @@ logging.basicConfig(
|
|
| 25 |
)
|
| 26 |
logger = logging.getLogger(__name__)
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
# Initialize FastAPI app
|
| 29 |
app = FastAPI(
|
| 30 |
title="Similarity Search API",
|
|
|
|
| 25 |
)
|
| 26 |
logger = logging.getLogger(__name__)
|
| 27 |
|
| 28 |
+
description = """A FastAPI application for similarity search with PostgreSQL and OpenAI embeddings.
|
| 29 |
+
|
| 30 |
+
Direct/API URL:
|
| 31 |
+
https://re-mind-similarity-search.hf.space
|
| 32 |
+
"""
|
| 33 |
+
|
| 34 |
# Initialize FastAPI app
|
| 35 |
app = FastAPI(
|
| 36 |
title="Similarity Search API",
|