Skip to content

Commit 486c881

Browse files
committed
Update README.md
1 parent 8bfa3c8 commit 486c881

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ![NX AI](/app/static/repoicon.png) <NEW> NX AI
22

3-
> Python with FastAPI using Postgres & tsvector. Open Source, production ready Python FastAPI/Postgres app. [GitHub](https://github.com/goldlabelapps/python-nx-ai) | [NX-AI onrender](https://nx-ai.onrender.com)
4-
53
> Python with FastAPI using Postgres & tsvector.
64
7-
Open Source, production ready Python FastAPI/Postgres app for [NX](https://goldlabel.pro?s=python)
5+
Open Source, production ready Python FastAPI/Postgres app. [GitHub](https://github.com/goldlabelapps/python-nx-ai) | [NX-AI onrender](https://nx-ai.onrender.com)
6+
7+
[Goldlabel](https://goldlabel.pro?s=python)
88

99
```sh
1010
uvicorn app.main:app --reload
@@ -23,13 +23,12 @@ pip install -r requirements.txt
2323
uvicorn app.main:app --reload
2424
```
2525

26-
The API is at <http://localhost:8000>.
27-
28-
[localhost](http://localhost:8000) | [Public RESTful API](https://nx-ai.onrender.com)
26+
[localhost](http://localhost:8000) | [onrender](https://nx-ai.onrender.com)
2927

3028
- **Python 3.11+**
3129
- **Postgres**
3230
- **tsvector** - Superfast full-text search (with GIN index)
31+
3332
### Full-Text Search (tsvector)
3433

3534
The prospects table includes a `search_vector` column (type: tsvector) that is automatically computed from all text fields on insert. A GIN index is created for this column, enabling fast and scalable full-text search queries.

0 commit comments

Comments
 (0)