Skip to content

110 feat multiagents static v3#223

Merged
sladinji merged 25 commits intomainfrom
110-feat-multiagents-static-v3
May 14, 2025
Merged

110 feat multiagents static v3#223
sladinji merged 25 commits intomainfrom
110-feat-multiagents-static-v3

Conversation

@sladinji
Copy link
Copy Markdown
Contributor

@sladinji sladinji commented Apr 14, 2025

Pour l'instant le multiagent n'est pas encore intégré dans la partie search. Pour l'instant le code est juste mis à jour avec la branche main et des tests ont été ajoutés. Le code contient des méthodes non utilisées pour le rerank type (classic_rerank, llm_rerank), à voir si c'est à conserver.

Je n'ai pas une connaissance exact du fonctionnel attendu, et il faut donc vérifier les résultats renvoyés. Il me semble bizarre que le premier test d'intégration retourne "Des informations pertinentes ont été trouvées dans la base de données cherchée." alors qu'aucun document n'était ajouté à la collection.

@sladinji sladinji force-pushed the 110-feat-multiagents-static-v3 branch from 7df9e85 to 5a7c22f Compare April 15, 2025 06:35
Copy link
Copy Markdown
Member

@leoguillaume leoguillaume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sladinji merci pour le travail de reprise quelque éléments de review à ce stade pour avancer :

@sladinji sladinji force-pushed the 110-feat-multiagents-static-v3 branch 2 times, most recently from d655c3c to b10844c Compare April 24, 2025 13:24
@sladinji sladinji force-pushed the 110-feat-multiagents-static-v3 branch 2 times, most recently from 499d5d5 to 5de60bb Compare May 7, 2025 09:25
docs_tmp = initial_docs[n_retry * window : (n_retry + 1) * window]
refs_tmp = initial_refs[n_retry * window : (n_retry + 1) * window]

inputs = ["(Extrait : " + ref + ") " + doc[:250] + "..." for doc, ref in zip(docs_tmp, refs_tmp)]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D'après mes tests, ça me semble compliqué d'avoir des réponses pertinentes sur des extraits limités à 250 caractères.

content=answer,
metadata={
"choice": choice,
"choice_desc": explain_choice[choice],
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leoguillaume j'ai remis sous cette forme pour matcher la signature de document_manager.search, j'ai mis des valeurs arbitraires pour score et id, dis ce que t'en dis.

@sladinji sladinji marked this pull request as ready for review May 14, 2025 14:28
@sladinji sladinji force-pushed the 110-feat-multiagents-static-v3 branch from f080c66 to 9006e1e Compare May 14, 2025 14:29
@sladinji sladinji merged commit 39f1c2a into main May 14, 2025
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 this pull request may close these issues.

4 participants