Skip to content

Commit

Permalink
issue #1130:
Browse files Browse the repository at this point in the history
fix retrieve_type
  • Loading branch information
lcallocchia committed Nov 29, 2024
1 parent c9635a9 commit e548fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai-packages/rag-module/app/rag/retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class OpenSearchRetriever(BaseRetriever):
language: Optional[str] = None
vector_indices: Optional[bool] = True
context_window: int
retrieve_type = str
retrieve_type: str
opensearch_host: str
grpc_host: str

Expand Down

0 comments on commit e548fa8

Please sign in to comment.