Spaces:
Sleeping
Sleeping
Rename kadi_apy_bot.py to kadiApy_ragchain.py
Browse files
kadi_apy_bot.py → kadiApy_ragchain.py
RENAMED
@@ -1,4 +1,4 @@
|
|
1 |
-
class
|
2 |
|
3 |
def __init__(self, llm, vector_store):
|
4 |
"""
|
|
|
1 |
+
class KadiApyRagchain:
|
2 |
|
3 |
def __init__(self, llm, vector_store):
|
4 |
"""
|