Skip to content

Commit f8802c5

Browse files
committed
Some basic updates
1 parent e7f1adf commit f8802c5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Thumbs.db
3232
# Local environment files (secrets handled via env vars)
3333
.env
3434
.env.*
35+
.env.example
3536

3637
# Git
3738
.git
3839
.gitignore
40+
.github/

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Whether it’s analyzing global events, interpreting diplomatic trends, or conte
1818
- Implemented **RAG (Retrieval-Augmented Generation)**
1919
- **Database**: PostgreSQL (hosted on [Neon](https://neon.tech))
2020
- **Deployment**: Deployed on [Render.com](https://render.com) using Docker + GitHub Actions CI/CD.
21-
- **Live API**: [https://bharatlens.onrender.com/docs](https://bharatlens.onrender.com/docs)
21+
- **Try Out Live API**: [https://bharatlens.onrender.com/docs](https://bharatlens.onrender.com/docs)
2222

2323
---
2424

@@ -46,7 +46,6 @@ Whether it’s analyzing global events, interpreting diplomatic trends, or conte
4646
- `POST /api/v1/chat/sessions/{session_id}/messages` → Send message & get LLM response
4747
- `GET /api/v1/chat/sessions/{session_id}/messages` → Get messages (paginated)
4848

49-
### Try out API docs [Here](https://bharatlens.onrender.com)
5049
---
5150

5251
## 🛠️ Running Locally

0 commit comments

Comments
 (0)