Spaces:
Runtime error
Runtime error
Update streamlit_langchain_chat/constants.py
Browse files
streamlit_langchain_chat/constants.py
CHANGED
@@ -42,12 +42,12 @@ SOURCES_IDS = {
|
|
42 |
}
|
43 |
|
44 |
TYPE_IDS = {
|
45 |
-
"MSF Azure OpenAI Service":
|
46 |
-
"OpenAI":
|
47 |
}
|
48 |
|
49 |
|
50 |
INDEX_IDS = {
|
51 |
"FAISS": 1,
|
52 |
-
"
|
53 |
}
|
|
|
42 |
}
|
43 |
|
44 |
TYPE_IDS = {
|
45 |
+
"MSF Azure OpenAI Service": 2,
|
46 |
+
"OpenAI": 1,
|
47 |
}
|
48 |
|
49 |
|
50 |
INDEX_IDS = {
|
51 |
"FAISS": 1,
|
52 |
+
"Pinecone": 2,
|
53 |
}
|