Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

サーバが必要かも #31

Open
Tracked by #37
kechigon opened this issue Dec 29, 2024 · 1 comment
Open
Tracked by #37

サーバが必要かも #31

kechigon opened this issue Dec 29, 2024 · 1 comment

Comments

@kechigon
Copy link
Collaborator

RAGで精度向上するには、クライアントからAIに送る前にRAGサーバを経由する必要がありそう

https://go.dev/blog/llmpowered

@kechigon kechigon mentioned this issue Dec 29, 2024
17 tasks
@pacificbelt30
Copy link
Collaborator

現在、GraphRAG の Go 言語版作成中ですが、一度作成したグラフを保持するためにサーバはいると思います。
サーバのいらない選択肢だと以下が考えられそうな気がしますが…

  • グラフ自体をファイルとしてどこかに保持する(GitHub の LFS や GoogleDrive など?)
  • 毎回グラフの作成を行う(時間的、金銭的なコストが大きい)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants