Spaces:
Runtime error
Runtime error
Aleksandr Maiorov
commited on
Commit
·
fd8ca34
1
Parent(s):
dc23095
v 0.1
Browse files- добавлен llama-index
app.py
CHANGED
|
@@ -74,7 +74,7 @@ llm = LlamaCPP(
|
|
| 74 |
)
|
| 75 |
|
| 76 |
memory = ChatMemoryBuffer.from_defaults(token_limit=3900)
|
| 77 |
-
index = VectorStoreIndex
|
| 78 |
chat_engine = index.as_chat_engine(
|
| 79 |
chat_mode="beast",
|
| 80 |
memory=memory,
|
|
|
|
| 74 |
)
|
| 75 |
|
| 76 |
memory = ChatMemoryBuffer.from_defaults(token_limit=3900)
|
| 77 |
+
index = VectorStoreIndex()
|
| 78 |
chat_engine = index.as_chat_engine(
|
| 79 |
chat_mode="beast",
|
| 80 |
memory=memory,
|