Spaces:
Sleeping
Sleeping
rainbowemoji
commited on
Commit
·
39a7eea
1
Parent(s):
af98dc3
fix: requirements versions
Browse files- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/vcs.xml +6 -0
- .idea/workspace.xml +50 -0
- requirements.txt +1 -1
.idea/inspectionProfiles/profiles_settings.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<settings>
|
3 |
+
<option name="USE_PROJECT_PROFILE" value="false" />
|
4 |
+
<version value="1.0" />
|
5 |
+
</settings>
|
6 |
+
</component>
|
.idea/vcs.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="VcsDirectoryMappings">
|
4 |
+
<mapping directory="" vcs="Git" />
|
5 |
+
</component>
|
6 |
+
</project>
|
.idea/workspace.xml
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="AutoImportSettings">
|
4 |
+
<option name="autoReloadType" value="SELECTIVE" />
|
5 |
+
</component>
|
6 |
+
<component name="ChangeListManager">
|
7 |
+
<list default="true" id="48e09a2c-c8fe-48db-8b61-cb395ec0aa52" name="Changes" comment="">
|
8 |
+
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
9 |
+
</list>
|
10 |
+
<option name="SHOW_DIALOG" value="false" />
|
11 |
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
12 |
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
13 |
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
14 |
+
</component>
|
15 |
+
<component name="FileTemplateManagerImpl">
|
16 |
+
<option name="RECENT_TEMPLATES">
|
17 |
+
<list>
|
18 |
+
<option value="Python Script" />
|
19 |
+
</list>
|
20 |
+
</option>
|
21 |
+
</component>
|
22 |
+
<component name="Git.Settings">
|
23 |
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
24 |
+
</component>
|
25 |
+
<component name="MarkdownSettingsMigration">
|
26 |
+
<option name="stateVersion" value="1" />
|
27 |
+
</component>
|
28 |
+
<component name="ProjectId" id="2QCULiKeiGKOf6wvzSWuO9wbljr" />
|
29 |
+
<component name="ProjectViewState">
|
30 |
+
<option name="hideEmptyMiddlePackages" value="true" />
|
31 |
+
<option name="showLibraryContents" value="true" />
|
32 |
+
</component>
|
33 |
+
<component name="PropertiesComponent">{
|
34 |
+
"keyToString": {
|
35 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
36 |
+
"git-widget-placeholder": "main"
|
37 |
+
}
|
38 |
+
}</component>
|
39 |
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
40 |
+
<component name="TaskManager">
|
41 |
+
<task active="true" id="Default" summary="Default task">
|
42 |
+
<changelist id="48e09a2c-c8fe-48db-8b61-cb395ec0aa52" name="Changes" comment="" />
|
43 |
+
<created>1684857003117</created>
|
44 |
+
<option name="number" value="Default" />
|
45 |
+
<option name="presentableId" value="Default" />
|
46 |
+
<updated>1684857003117</updated>
|
47 |
+
</task>
|
48 |
+
<servers />
|
49 |
+
</component>
|
50 |
+
</project>
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
langchain==0.0.178
|
2 |
openai==0.27.7
|
3 |
-
pinecone==
|
4 |
streamlit==1.22.0
|
|
|
1 |
langchain==0.0.178
|
2 |
openai==0.27.7
|
3 |
+
pinecone-client==2.2.1
|
4 |
streamlit==1.22.0
|