Amit Bansal
Amit Bansal
`console.log(dayjs())` ... $M $W $d: Tue Nov 30 2021 19:17:28 GMT+0530 (India Standard Time) $m ... `console.log(dayjs().toString())` Tue, 30 Nov 2021 13:47:28 GMT Huh? Calling [Now](https://day.js.org/docs/en/parse/now) shows local time, and...
## Description For the exact same dataset, the search results between 0.22.1 and 0.23.1 are wildly different. What explains this? I am not able to see anything in the [releases...
## Description Calling the API like this: `{{server_url}}/operations/snapshot?snapshot_path=~/typesense_snapshot` doesnt do anything, but doesnt give an error either. Response is `"success": true`, but no directory is created. However, giving the full...
### What happened? Follow on from #3031. This was working fine. But trying now does not find the manifest at all. Console shows: "Fetching manifest via HTML parsing service failed...
Hello, I see in the demo that a gigantic number of permissions is being automatically requested: This application will be able to: See Tweets from your timeline (including protected Tweets)...
I'm curious as to how TS supports generation of embeddings for documents with more tokens than the model can handle (most models support 512 only). Will it just truncate the...
I would like to be able to use any model for both indexing and querying, and one way to achieve this is to generate the embeddings externally. A slightly different...
## Description Trying some experiments (Round 1): 1. Started with a "fresh" server (clone of an existing production) 2. Upgraded TS to 0.25 3. Target is a collection with around...
Once a document schema has been enabled for [auto-embedding generation](https://typesense.org/docs/0.25.2/api/vector-search.html#option-b-auto-embedding-generation-within-typesense). every document indexed will go through it - which has an impact on server class, memory used etc etc. However...
## Description With keyword search, highlighting (ie tagged part of the snippet with ) and snippets work as expected, and are very useful to show the context in search results....