hi guys, first of all, thank you for the amazing work your doing!!
i have 2 data sources:
- WebLoader ( loading all important pages of an ecommerce, info pages, products... )
- JSONLoader ( i have a json with all the prices, variants, etc... )
I save the docs in different vector indices. ( also tried to save in the same index, but no good results... )
I'm using router query engine, but the results are not as expected unluckily.
One thing that i need is also make use of fuctions, to create links ( function that takes a string as input and returns a url (of the product ))
If someone could help me, i'll appreciate!