Skip to content

Commit

Permalink
Modified RAG plugin (livekit#629)
Browse files Browse the repository at this point in the history
Co-authored-by: Théo Monnom <theo.monnom@outlook.com>
  • Loading branch information
afigar and theomonnom authored Aug 15, 2024
1 parent cb7b28a commit 8f563a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/long-gorillas-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"livekit-plugins-rag": patch
---

rag: fix backward compatibility
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
class RAGPlugin(Plugin):
def __init__(self) -> None:
super().__init__(__name__, __version__, __package__, logger)

def download_files(self) -> None:
pass

Plugin.register_plugin(RAGPlugin())

0 comments on commit 8f563a8

Please sign in to comment.