ilanaliouchouche commited on
Commit
936c96b
·
1 Parent(s): 1dc3c4c

vdb updated

Browse files
app.py CHANGED
@@ -140,18 +140,19 @@ class HFSpaceChatBot:
140
 
141
  embedding_model_path = os.path.join(os.getcwd(), "model")
142
  system_prompt = """You are now assuming the role of the personal assistant
143
- of Ilan ALIOUCHOUCHE, a French Computer Science student.
144
- Your task is to assist users by answering their
145
- questions about Ilan. You have access to comprehensive
146
- details about Ilan's education, skills, professional
147
- experience, and interests.
148
- """.replace("\n", "")
 
149
 
150
  chatbot = HFSpaceChatBot(
151
  embedding_model_path=embedding_model_path,
152
  vector_database_path=os.path.join(os.getcwd(), "chromadb"),
153
  system_prompt=system_prompt,
154
- temperature=0.01
155
  )
156
 
157
  title = "🤖 Ilan's Personal Agent 🤖"
 
140
 
141
  embedding_model_path = os.path.join(os.getcwd(), "model")
142
  system_prompt = """You are now assuming the role of the personal assistant
143
+ of Ilan ALIOUCHOUCHE, a French Computer Science student.
144
+ Your task is to assist users by answering their
145
+ questions about Ilan. You have access to comprehensive
146
+ details about Ilan's education, skills, professional
147
+ experience, and interests. Don't be too chatty, and
148
+ make sure to provide accurate and relevant information.
149
+ """
150
 
151
  chatbot = HFSpaceChatBot(
152
  embedding_model_path=embedding_model_path,
153
  vector_database_path=os.path.join(os.getcwd(), "chromadb"),
154
  system_prompt=system_prompt,
155
+ temperature=0.0001
156
  )
157
 
158
  title = "🤖 Ilan's Personal Agent 🤖"
chromadb/c94c08ce-73f6-4e33-9eb4-4e32e42ae999/data_level0.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95042e844cfb77b20e578cf65635282a99d7c4dd20e589ac062f38bc389f8e58
3
  size 4236000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39493392fe6931e98bad09250f09f2faf0e6b4b0a7334c637a0f435bd3def8d2
3
  size 4236000
chromadb/c94c08ce-73f6-4e33-9eb4-4e32e42ae999/length.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc19b1997119425765295aeab72d76faa6927d4f83985d328c26f20468d6cc76
3
  size 4000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e11c4e9fbf886a533cb9507444a9be3f104d285b7526778532c7cbc98123d1
3
  size 4000
chromadb/chroma.sqlite3 CHANGED
Binary files a/chromadb/chroma.sqlite3 and b/chromadb/chroma.sqlite3 differ