Tac Tacelosky
Tac Tacelosky
Indeed, I think there are several things to tweak, I ended up not even using the bundle because my entities aren't in doctrine.
https://www.meilisearch.com/docs/learn/ai_powered_search/document_template_best_practices#only-include-highly-relevant-information I think the filters section needs more explanation. I would say genre and release data are highly relevant, and not simply good for filters. So maybe add an example...
What do you think about using https://dummyjson.com/products for sample data? I'm playing around with an importer now, but can switch to another dataset (e.g. kitchenware.json if we can find it)....
On a related note, suppose I use twig or some other templating engine to create my document? In that case, is the best practice to create a new field and...
I'm starting to get results that make sense, I'll post a demo once I have a current meilisearch server that supports vectors. Locally it's working great. So this works great...
Be still my beating heart.
The timing works out for the [meilisearch-php version 2](https://github.com/meilisearch/meilisearch-php/issues/749) I can imagine a few new classes corresponding to the openai-compatible endpoints/providers. RAG + Meilisearch all in one library seems ideal.
good idea. RAG and semantic search are related but not the same.
Hi, @Nek- I also think integrating an LLM would be worthwhile. I've been working on a interactive tool to create Symfony 7.3 invokable commands, and was thinking about how to...
Check this out: https://github.com/php-llm/llm-chain-symfony-demo I created a detailed Symfony command to download the dummyjson.com/products, and it was pretty slick.