bupa1018 commited on
Commit
d8049a8
·
1 Parent(s): 158cb83

Rename ragchain.py to KadiAPYBot.py

Browse files
Files changed (1) hide show
  1. ragchain.py → KadiAPYBot.py +1 -1
ragchain.py → KadiAPYBot.py RENAMED
@@ -1,4 +1,4 @@
1
- class RAGBot:
2
 
3
  def __init__(self, llm, vector_store):
4
  """
 
1
+ class KadiAPYBot:
2
 
3
  def __init__(self, llm, vector_store):
4
  """