Skip to content

Commit e37c455

Browse files
Merge pull request #2 from CodeWithSuleman/003-rag-agent-fastapi
Secure push with updated RAG agent
2 parents 4735c0a + 90380b1 commit e37c455

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ venv/
2222
*.tmp
2323
*.swp
2424

25-
.gemini/settings.json
25+
.gemini/

backend/.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
QDRANT_API_KEY="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3MiOiJtIn0.Hohnd1e0bpCodE72CxrM_YcUqjpitvzMk9mi5z-J1nw"
2-
QDRANT_URL="https://02ff366a-3f5b-45be-9c8b-8b59f073c69f.europe-west3-0.gcp.cloud.qdrant.io:6333"
3-
COHERE_API_KEY="UpzOt8JFZRVEyUmwkMQ5RA9haunk5txvHsxBblPo"
4-
GEMINI_API_KEY="AIzaSyCYXZ4ngw0eUzKouiA3a00Fb491TtDkCwk"
1+
QDRANT_API_KEY="<your_qdrant_api_key>"
2+
QDRANT_URL="<your_qdrant_url>"
3+
COHERE_API_KEY="<your_cohere_api_key>"
4+
GEMINI_API_KEY="<your_gemini_api_key>"

0 commit comments

Comments
 (0)