Skip to content

Commit

Permalink
Switch from DescriptionRAG to ClassicRAG
Browse files Browse the repository at this point in the history
  • Loading branch information
dphogan committed Oct 20, 2024
1 parent a0e8f87 commit 8a6ba13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llm_snowglobe/snowglobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ def info(self, offset=0):
member.info(offset=offset+2)


class Player(Intelligent, Stateful, DescriptionRAG):
class Player(Intelligent, Stateful, ClassicRAG):
def __init__(self, llm=None, name='Anonymous', kind='ai', persona=None,
loader=None, chunk_size=None, chunk_overlap=None, count=None,
rag_llm=None, presets=None):
Expand Down

0 comments on commit 8a6ba13

Please sign in to comment.