Increasing Typsense Document Limit and Using InstantSearch with ag-grid
TLDR em1nos asked about increasing the 250 document limit in Typsense responses and improving the functionality of ag-grid with client data. Jason suggested using ag-grid's "Partial Store" option.
Jul 11, 2021 (31 months ago)
em1nos
07:28 PMem1nos
07:44 PMem1nos
07:47 PMJason
09:12 PMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Utilizing Vector Search and Word Embeddings for Comprehensive Search in Typesense
Bill sought clarification on using vector search with multiple word embeddings in Typesense and using them instead of OpenAI's embedding. Kishore Nallan and Jason informed him that their development version 0.25 supports open source embedding models. They also resolved Bill's concerns regarding search performance, language support, and limitations in the search parameters.
Discussion on the Use of `TypesenseInstantSearchAdapter`
DavidLo sought advice to retrieve search results using `TypesenseInstantSearchAdapter`. Carl and Jason advised using `typesense-js` and features like `documents/export`, `documents/search`, `multisearch`, and pagination. The potential server-side solution and bundle size issues concerning the exposure of the search client were also discussed.
Optimizing Uploads to Typesense and Dealing with Hits Limit
Masahiro asked how to upload documents to Typesense faster and about their search feature limit_hits. Jason suggested batching documents and debugged the search query. Issue was resolved.