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