]> BookStack Code Mirror - bookstack/commit
Vectors: Built content vector indexing system
authorDan Brown <redacted>
Mon, 24 Mar 2025 16:28:14 +0000 (16:28 +0000)
committerDan Brown <redacted>
Mon, 24 Mar 2025 16:28:14 +0000 (16:28 +0000)
commit8452099a5b1f167526cb26416a01fd7613f6b049
treed82257f65efa84abf35dfa6f06d8e3211a03df61
parent0ec0913846f79ed3dcde9634739a7eda297f19e1
Vectors: Built content vector indexing system
app/Config/services.php
app/Search/SearchIndex.php
app/Search/Vectors/EntityVectorGenerator.php [new file with mode: 0644]
app/Search/Vectors/SearchVector.php [new file with mode: 0644]
app/Search/Vectors/Services/OpenAiVectorQueryService.php [new file with mode: 0644]
app/Search/Vectors/Services/VectorQueryService.php [new file with mode: 0644]
app/Search/Vectors/StoreEntityVectorsJob.php [new file with mode: 0644]
app/Search/Vectors/VectorQueryServiceProvider.php [new file with mode: 0644]
database/migrations/2025_03_24_155748_create_search_vectors_table.php [new file with mode: 0644]