Spaces:
Running
Running
Ilyas KHIAT
commited on
Commit
·
204f4d2
1
Parent(s):
602d4ee
whatif
Browse files- rag.py +0 -1
- requirements.txt +1 -1
rag.py
CHANGED
@@ -89,7 +89,6 @@ def split_texts(text : str) -> list[str]:
|
|
89 |
|
90 |
#########################################################################
|
91 |
### PAR ICI , CHOISIR UNE SCENE SPECIFIQUE DANS L'ARGUMENT DE LA FONCTION
|
92 |
-
|
93 |
def get_random_chunk(scene_specific = [2]) : # scene_specific = None signifie qu'on considère tout le récit
|
94 |
if scene_specific:
|
95 |
scene_specific_content = [scenes[i-1] for i in scene_specific]
|
|
|
89 |
|
90 |
#########################################################################
|
91 |
### PAR ICI , CHOISIR UNE SCENE SPECIFIQUE DANS L'ARGUMENT DE LA FONCTION
|
|
|
92 |
def get_random_chunk(scene_specific = [2]) : # scene_specific = None signifie qu'on considère tout le récit
|
93 |
if scene_specific:
|
94 |
scene_specific_content = [scenes[i-1] for i in scene_specific]
|
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ pymupdf
|
|
6 |
python-dotenv
|
7 |
typing-extensions
|
8 |
langchain-community
|
9 |
-
pydantic
|
10 |
openai==1.45.0
|
11 |
langchain==0.3.0
|
12 |
langchain-core==0.3.0
|
|
|
6 |
python-dotenv
|
7 |
typing-extensions
|
8 |
langchain-community
|
9 |
+
pydantic
|
10 |
openai==1.45.0
|
11 |
langchain==0.3.0
|
12 |
langchain-core==0.3.0
|