Spaces:
Runtime error
Runtime error
acecalisto3
commited on
Commit
•
a02dd09
1
Parent(s):
0717322
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,6 @@ class RAGSystem:
|
|
101 |
except Exception as e:
|
102 |
logger.error(f"Error adding to database: {e}")
|
103 |
|
104 |
-
```python
|
105 |
def save_database(self):
|
106 |
"""Saves the database to a file"""
|
107 |
try:
|
|
|
101 |
except Exception as e:
|
102 |
logger.error(f"Error adding to database: {e}")
|
103 |
|
|
|
104 |
def save_database(self):
|
105 |
"""Saves the database to a file"""
|
106 |
try:
|