You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I write a query that searches in multiple fields? Give me an example
Part of the response looks like this:
You have defined a schema with multiple fields, such as title, content, and tags. You can create a fieldset that includes these fields as follows:
xml
schema example {
document example {
field title type string {
indexing: index
Note the xml element at the beginning of the code snippet. Pretty much all code snippets have that kind of thing - I assume it's because OpenAI tries to render some sort of Markdown which Slack can't render (it doesn't know what to do with that xml).
I don't see a good solution to this other than simply removing those tags. What do you think @johansolbakken@sebastiannberg ?
The text was updated successfully, but these errors were encountered:
Take this question:
Part of the response looks like this:
You have defined a schema with multiple fields, such as title, content, and tags. You can create a fieldset that includes these fields as follows:
Note the
xml
element at the beginning of the code snippet. Pretty much all code snippets have that kind of thing - I assume it's because OpenAI tries to render some sort of Markdown which Slack can't render (it doesn't know what to do with thatxml
).I don't see a good solution to this other than simply removing those tags. What do you think @johansolbakken @sebastiannberg ?
The text was updated successfully, but these errors were encountered: