- Issue created by @jwaxo
- π¬π§United Kingdom scott_euser
I'll take a look tonight to see if I can spot anything with your setup that could use extra validation. Just a couple hours ago on dev branch I reindexed milvus with umami without issue.
- π¬π§United Kingdom scott_euser
I had to click edit and select the view mode here, I selected 'Search Index' so it renders the node without the wrapper header and footer:
Checking if I can reproduce not having selected view mode saved or something along those lines perhaps...
- π¬π§United Kingdom scott_euser
Yep tried a bunch of scenarios:
- Add rendered html via the initial wizard then add a bunch of other fields
- Add rendered html on its own via the initial wizard
- Add rendered html after already saving initial fields
All scenarios it seems to render the content fine.
Checking what else might be problem
- π¬π§United Kingdom scott_euser
Okay I can't see where it goes wrong, but I can see a few extra checks and validations I can add to be helpful.
Note I did need to click 'Load data' a few times in the data preview area, it didn't immediately load and kept replying with no data yet data was there. Eventually it did show up. But that would be a bug to take up with Zilliz Cloud, not here though if that is your issue. I just indexed some content off wikipedia to try it out.
Switching to 1.0.x-dev as well as I don't have the ability to help or test with alpha8 without setting up new test sites and given I'm doing this in my free time, trying to keep it to a minimum - hope you understand. Someone else might be willing to try out on alpha8 though, in which case they can switch it back; but will miss out on the extra validations/checks already in place on 1.0.x-dev...
- π¬π§United Kingdom scott_euser
Couple more notes:
- The number of indexed items comes from Search API not the AI Search module. It is a bit misleading, check the 'More information' - it says its actually the number returned from an empty query. Because of how vector databases work, an empty query will return 0 results, it needs something to compare against
- Check out the 'Preview' section at the bottom of the Search Index -> Fields page. That shows you what content actually gets vectorized + filterable attributes added without actually writing to the index. So you can double check there is actual content ready to be indexed for a particular content item.
- Beyond that if you have no errors on the Search APi Server -> View page + Nothing in the error logs, all I can think of is you've got some processor excluding or messing with something, e.g. access control for example