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

Проблемы с логикой retriever node #44

Closed
truff4ut opened this issue Nov 13, 2024 · 0 comments · Fixed by #81
Closed

Проблемы с логикой retriever node #44

truff4ut opened this issue Nov 13, 2024 · 0 comments · Fixed by #81

Comments

@truff4ut
Copy link
Collaborator

truff4ut commented Nov 13, 2024

Я бы переименовал retriever ноду в representation. В ней бы просто жила какая-нибудь модель (мб не только трансформеры). И оставил бы пользователю возможность следующего выбора:

  1. Пользователь хочет найти лучший вариант среди всех комбинаций representation + scoring
  2. Пользователь задает модуль scoring, с которым выбирается лучший representation, а потом с выбранным representation продолжаем оптимизацию

KNN, который сейчас реализован в retriever ноде, стал бы обычным scoring модулем. Его будет возможно использовать для прокси-оптимизации representation, но появится возможность выбрать другой алгоритм для этой цели.

К тому же оптимизация векторной базы выглядит так, что мы типы индекса faiss перебираем или какие-то другие параметры

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

Successfully merging a pull request may close this issue.

1 participant