cleanup: usuń martwy kod vector-store / file_search #29
Reference in New Issue
Block a user
Delete Branch "cleanup-dead-vector-store"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Potwierdziłeś, że
file_searchnie było używane — a te cztery funkcje były jego jedyną implementacją:create_vector_store,upload_files_to_vector_store,add_files_to_vector_store,delete_files_from_vector_store, plus stałaVECTOR_STORE_ID, której tylko one czytały.Zweryfikowane przed usunięciem: zero wywołań każdej z nich. Czyli niczego nie mogły wysadzić — ale były ostatnimi odwołaniami do
beta.vector_storesibeta.assistants, czyli tego samego wygaszonego API, które raz już położyło cały cog AI (404 w ścieżce startu). Podpięcie ich kiedykolwiek z powrotem trafiłoby w to samo 404.Po tej zmianie żadna ścieżka w module nie sięga już tego API.
54 linie mniej, zero zmian zachowania. Suite: 82 unit + 71 integration zielone.
🤖 Generated with Claude Code
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.