Using Multilingual-e5-Base Model in Huggingface
TLDR Bill asked about using the Multilingual-e5-Base model and the required structure. Kishore Nallan advised that prefixes are handled automatically in Typesense. The user had error issues but resolved them, and Kishore Nallan mentioned a recent fix.

Sep 06, 2023 (3 weeks ago)
Bill
01:15 PMKishore Nallan
01:17 PMBill
01:18 PMBill
01:19 PM"model_name": "ts/multilingual-e5-base",
"indexing_prefix": "query:",
"query_prefix": "query:"
}
Bill
01:20 PMKishore Nallan
01:26 PMBill
01:27 PMKishore Nallan
01:34 PMBill
01:35 PM{
"name": "embedding",
"type": "float[]",
"embed": {
"from": ["product_name"],
"model_config": {
"model_name": "ts/multilingual-e5-base",
"indexing_prefix": "passage:",
"query_prefix": "query:"
}
}
}
Am i right?
Kishore Nallan
01:37 PMBill
01:38 PMKishore Nallan
04:17 PM
Sep 07, 2023 (2 weeks ago)
Bill
01:32 PM{
"name": "products",
"fields": [
{
"name": "brand",
"type": "string"
},
{
"name": "embedding",
"type": "float[]",
"embed": {
"from": [
"brand"
],
"model_config": {
"model_name": "ts/multilingual-e5-base"
}
}
}
]
}
Bill
01:32 PM"message": "Bad request."
}
Bill
01:32 PMBill
01:33 PMJason
03:13 PMSep 08, 2023 (2 weeks ago)
Bill
06:18 AMKishore Nallan
06:19 AM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Converting finbert to ONNX for Typesense Model Repository
Walter requested the conversion of finbert to onnx from Jason. Conversation included discussions about model differences and technical adjustments, ultimately ending in a successful conversion and a plan to handle a known bug.

Issue with Embedding Error in Version 0.25.0.rc63
Bill reported a bug in version 0.25.0.rc63 regarding a problem with updating or emplacing a document and receiving an embedding error. This was resolved in version 0.25.0.rc65, but further discussion ensued regarding the function of 'index' in the update feature.



Issues with Semantic Search in OpenAI Embeddings
Semyon was having issues while creating a schema for semantic search with OpenAI embeddings. Jason gave multiple suggestions for troubleshooting but none of them worked. The error was narrowed down to possibly being related to Semyon's specific OpenAI account or the OpenAI API key. The thread ended with Jason suggesting Semyon to check billing and make a direct API call to OpenAI.

Resolving Issues While Upgrading Typesense Server
Ayush had queries about upgrading their Typesense server and updating collections using auto-embeddings. Kishore Nallan clarified all issues, but later discovered that reindexing of non auto-embedded vector fields only is currently supported during altering.
Discussing Firestore Extension and Collection Schema in Typesense
Loic asks about settings in Firestore Extension and experiences issues with the collection schema in Typesense. Discussion with Jason is ongoing.
