Spaces:
Sleeping
Sleeping
Commit ·
f4fceff
1
Parent(s): 75b834f
Upload 4 files
Browse files- .env +6 -0
- .gitignore +3 -0
- chainlit.md +3 -0
- requirements.txt +8 -0
.env
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ANTHROPIC_API_KEY="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"
|
| 2 |
+
PINECONE_API_KEY="04b60725-c7d6-46a8-9b5f-45ec73d44804"
|
| 3 |
+
PINECONE_INDEX_NAME="all-jdlp"
|
| 4 |
+
PINECONE_ENVIRONMENT='us-west4-gcp-free'
|
| 5 |
+
POLE_EMPLOI_CLIENT_ID='PAR_apcbilan_9bd18afd7d90abf3444a24adad291468848efeb075dbbb1038e5146a878f8c6d'
|
| 6 |
+
POLE_EMPLOI_CLIENT_SECRET="1ccf340bf5e3bc49da910d2fffa79de07f18af39b56b0b43ceaa94d708cbba5f"
|
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
/env
|
| 3 |
+
venv
|
chainlit.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Bienvenue dans notre assistant conversationnel! 💻💬
|
| 2 |
+
|
| 3 |
+
Vous pourrez recourir à la recherche augmentée grâce à la chaîne documentaire et à l'Intelligence Artificielle.
|
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
api-offres-emploi==0.0.2
|
| 2 |
+
langchain==0.0.347
|
| 3 |
+
anthropic==0.7.7
|
| 4 |
+
chainlit==0.7.700
|
| 5 |
+
simsimd==3.6.0
|
| 6 |
+
pinecone-client==2.2.4
|
| 7 |
+
pandas
|
| 8 |
+
numpy
|