Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Joe Chen
customer_care_bot_test_1
Commits
c0323589
Commit
c0323589
authored
2 months ago
by
Joe Chen
Browse files
Options
Download
Email Patches
Plain Diff
ss
parent
f6d882c0
main
edward
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
new_logic.py
+1
-1
new_logic.py
with
1 addition
and
1 deletion
+1
-1
new_logic.py
View file @
c0323589
...
...
@@ -16,7 +16,7 @@ from flask_cors import CORS
QDRANT_URL
=
"http://10.80.7.190:6333"
COLLECTION_NAME
=
"customer_support_qa"
EMBEDDING_MODEL
=
"text-embedding-3-small"
LIMIT
=
3
LIMIT
=
4
THRESHOLD
=
0.7
LLM_MODEL_NEW
=
"meta-llama/Llama-3.1-8B-Instruct"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help