update
Browse files- .DS_Store +0 -0
- .chroma/index/id_to_uuid_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl +0 -0
- .chroma/index/id_to_uuid_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl +0 -0
- .chroma/index/index_5c1f08f7-7ec7-45d6-8e8a-70094571949d.bin +0 -0
- .chroma/index/index_9cf6f227-8d29-4000-b84c-0968d076e3ad.bin +0 -0
- .chroma/index/index_metadata_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl +0 -0
- .chroma/index/index_metadata_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl +0 -0
- .chroma/index/uuid_to_id_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl +0 -0
- .chroma/index/uuid_to_id_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl +0 -0
- .idea/.gitignore +8 -0
- .idea/ChatGpt.iml +10 -0
- .idea/inspectionProfiles/Project_Default.xml +26 -0
- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/misc.xml +7 -0
- .idea/modules.xml +8 -0
- .idea/vcs.xml +6 -0
- requirements.txt +1 -1
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
.chroma/index/id_to_uuid_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl
CHANGED
Binary files a/.chroma/index/id_to_uuid_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl and b/.chroma/index/id_to_uuid_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl differ
|
|
.chroma/index/id_to_uuid_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl
CHANGED
Binary files a/.chroma/index/id_to_uuid_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl and b/.chroma/index/id_to_uuid_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl differ
|
|
.chroma/index/index_5c1f08f7-7ec7-45d6-8e8a-70094571949d.bin
CHANGED
Binary files a/.chroma/index/index_5c1f08f7-7ec7-45d6-8e8a-70094571949d.bin and b/.chroma/index/index_5c1f08f7-7ec7-45d6-8e8a-70094571949d.bin differ
|
|
.chroma/index/index_9cf6f227-8d29-4000-b84c-0968d076e3ad.bin
CHANGED
Binary files a/.chroma/index/index_9cf6f227-8d29-4000-b84c-0968d076e3ad.bin and b/.chroma/index/index_9cf6f227-8d29-4000-b84c-0968d076e3ad.bin differ
|
|
.chroma/index/index_metadata_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl
CHANGED
Binary files a/.chroma/index/index_metadata_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl and b/.chroma/index/index_metadata_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl differ
|
|
.chroma/index/index_metadata_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl
CHANGED
Binary files a/.chroma/index/index_metadata_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl and b/.chroma/index/index_metadata_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl differ
|
|
.chroma/index/uuid_to_id_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl
CHANGED
Binary files a/.chroma/index/uuid_to_id_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl and b/.chroma/index/uuid_to_id_5c1f08f7-7ec7-45d6-8e8a-70094571949d.pkl differ
|
|
.chroma/index/uuid_to_id_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl
CHANGED
Binary files a/.chroma/index/uuid_to_id_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl and b/.chroma/index/uuid_to_id_9cf6f227-8d29-4000-b84c-0968d076e3ad.pkl differ
|
|
.idea/.gitignore
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Default ignored files
|
2 |
+
/shelf/
|
3 |
+
/workspace.xml
|
4 |
+
# Datasource local storage ignored files
|
5 |
+
/dataSources/
|
6 |
+
/dataSources.local.xml
|
7 |
+
# Editor-based HTTP Client requests
|
8 |
+
/httpRequests/
|
.idea/ChatGpt.iml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<module type="PYTHON_MODULE" version="4">
|
3 |
+
<component name="NewModuleRootManager">
|
4 |
+
<content url="file://$MODULE_DIR$">
|
5 |
+
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
6 |
+
</content>
|
7 |
+
<orderEntry type="inheritedJdk" />
|
8 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
9 |
+
</component>
|
10 |
+
</module>
|
.idea/inspectionProfiles/Project_Default.xml
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<profile version="1.0">
|
3 |
+
<option name="myName" value="Project Default" />
|
4 |
+
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
5 |
+
<option name="ignoredPackages">
|
6 |
+
<value>
|
7 |
+
<list size="13">
|
8 |
+
<item index="0" class="java.lang.String" itemvalue="pyarrow" />
|
9 |
+
<item index="1" class="java.lang.String" itemvalue="annoy" />
|
10 |
+
<item index="2" class="java.lang.String" itemvalue="transformers" />
|
11 |
+
<item index="3" class="java.lang.String" itemvalue="fasttext" />
|
12 |
+
<item index="4" class="java.lang.String" itemvalue="ring" />
|
13 |
+
<item index="5" class="java.lang.String" itemvalue="waitress" />
|
14 |
+
<item index="6" class="java.lang.String" itemvalue="sentence-transformers" />
|
15 |
+
<item index="7" class="java.lang.String" itemvalue="pandas" />
|
16 |
+
<item index="8" class="java.lang.String" itemvalue="spacy" />
|
17 |
+
<item index="9" class="java.lang.String" itemvalue="flask-restful-swagger-3" />
|
18 |
+
<item index="10" class="java.lang.String" itemvalue="flask-cors" />
|
19 |
+
<item index="11" class="java.lang.String" itemvalue="flask" />
|
20 |
+
<item index="12" class="java.lang.String" itemvalue="flask_restful" />
|
21 |
+
</list>
|
22 |
+
</value>
|
23 |
+
</option>
|
24 |
+
</inspection_tool>
|
25 |
+
</profile>
|
26 |
+
</component>
|
.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/misc.xml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectPlainTextFileTypeManager">
|
4 |
+
<file url="file://$PROJECT_DIR$/index.json" />
|
5 |
+
</component>
|
6 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (ChatGpt)" project-jdk-type="Python SDK" />
|
7 |
+
</project>
|
.idea/modules.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectModuleManager">
|
4 |
+
<modules>
|
5 |
+
<module fileurl="file://$PROJECT_DIR$/.idea/ChatGpt.iml" filepath="$PROJECT_DIR$/.idea/ChatGpt.iml" />
|
6 |
+
</modules>
|
7 |
+
</component>
|
8 |
+
</project>
|
.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="$PROJECT_DIR$" vcs="Git" />
|
5 |
+
</component>
|
6 |
+
</project>
|
requirements.txt
CHANGED
@@ -3,4 +3,4 @@ gradio==3.32.0
|
|
3 |
langchain==0.0.181
|
4 |
Requests==2.31.0
|
5 |
sentence_transformers==2.2.2
|
6 |
-
transformers==4.29.0
|
|
|
3 |
langchain==0.0.181
|
4 |
Requests==2.31.0
|
5 |
sentence_transformers==2.2.2
|
6 |
+
transformers==4.29.0
|