Open Boburmirzo opened 1 year ago
The index expects a column doc
containing the chunks and data
having their corresponding embeddings. Open for any suggestions or alternatives.
@mdmalhou Thank you for replying to this.
If it is a technical requirement having always doc column for indexing, my suggestion can be somehow abstract this step in the library so that user can specify what fields to index and the LLM App automatically creates doc column under the hood for chosen fields.
If user does not specify any field to index, LLM App creates doc column with all fields for indexing.
The same we have already discussed with @janchorowski last week.
What do you think?
Currently, there is no way to send the data to the indexing process without creating a doc column from the input.
Need to fix the indexing error:
When no doc column defined, it always fails at the index stage: