-
Dear devs, I used an ancient version of vitrivr (probably the one associated with cineast 2.0.0) until recently. By the way, it was very helpful in the video retrieval prototype of our research group. In that version, I could do text-based search using an option available in the vitrivr-ng web page. After choosing text search, a window opened and I chose "metadata" to insert text. This action called methods that I could recognize and integrate with our prototype. Then few months ago I started to migrate to a newer version (3.0.1). I was able to run the example provided in vitrivr page for all the stack. Then I tried to integrate the stack with our prototype. Cottontail and cineast are already OK, but vitrivr-ng is not. In particular, I can see the vitrivr-ng page, with an updated GUI and options like image and 3d based search. However, I couldn't find nor activate text-based search. I don't understand what is wrong, as the config.json file is already activating text-based (I attached it if you wanna have a look, with a different extension to make upload possible). It has a few changes from the example, based on the settings that worked for me in the old stack. And I couldn't solve the issue alone, after reading the Wiki pages. Could you help me, for example, by...
My knowledge in TypeScript is minimal, so if there's more than one alternative, I prefer the one that depends less on that language. Thank you so much |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey, thanks for your message. I just looked at your config and the problem appears to be as simple as a missing comma on line 11, which makes the json invalid and hence not parsable. When the config cannot be loaded, vitrivr-ng defaults to an internal config. The error is however only shown in the javascript console, maybe we need to show it more explicitly in the UI itself. Please let us know if that already solves your issue. |
Beta Was this translation helpful? Give feedback.
-
Dear Luca,
Thank you so much! I haven't noted my silly error...
Now I found text-based search and the cineast methods that process it.
Sincerely
Newton Spolaôr
Professor na Universidade Estadual do Oeste do Paraná (UNIOESTE)
Pesquisador no Laboratório de Bioinformática (LABI)
Doutorado na Universidade de São Paulo (USP)
Em sex., 12 de fev. de 2021 às 04:35, Luca Rossetto <
[email protected]> escreveu:
… Hey,
thanks for your message. I just looked at your config and the problem
appears to be as simple as a missing comma on line 11, which makes the json
invalid and hence not parsable. When the config cannot be loaded,
vitrivr-ng defaults to an internal config. The error is however only shown
in the javascript console, maybe we need to show it more explicitly in the
UI itself.
Please let us know if that already solves your issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZRXY6A4KCE4ENVOWDC4HTS6TK3FANCNFSM4XPVRYHA>
.
|
Beta Was this translation helpful? Give feedback.
Hey,
thanks for your message. I just looked at your config and the problem appears to be as simple as a missing comma on line 11, which makes the json invalid and hence not parsable. When the config cannot be loaded, vitrivr-ng defaults to an internal config. The error is however only shown in the javascript console, maybe we need to show it more explicitly in the UI itself.
Please let us know if that already solves your issue.