]> BookStack Code Mirror - bookstack/commit
Vectors: Got basic LLM querying working using vector search context
authorDan Brown <redacted>
Mon, 24 Mar 2025 19:51:48 +0000 (19:51 +0000)
committerDan Brown <redacted>
Mon, 24 Mar 2025 19:51:48 +0000 (19:51 +0000)
commit0ffcb3d4aa895c1a3bfa8f9a14338e901b3de161
treed2db9ae233d6cbedcf700c5838d58472d3c8423f
parent8452099a5b1f167526cb26416a01fd7613f6b049
Vectors: Got basic LLM querying working using vector search context
app/Search/SearchController.php
app/Search/Vectors/EntityVectorGenerator.php
app/Search/Vectors/Services/OpenAiVectorQueryService.php
app/Search/Vectors/Services/VectorQueryService.php
app/Search/Vectors/VectorSearchRunner.php [new file with mode: 0644]
database/migrations/2025_03_24_155748_create_search_vectors_table.php
resources/views/search/query.blade.php [new file with mode: 0644]
routes/web.php