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
I am importing data from a CSV file with a timestamp column indicating the date of the event described in the text column.
The indexing process runs without errors. When I run a query, only the information in text column is considered. I can't use the event date defined in the timestamp column.
My questions are:
Is it normal?
What is the use of the timestamp column?
How can I use the timestamp and information from other columns defined in document_attribute_columns during a query process?
If I can't use the timestamp column in a query, is there any way to create a temporal graph for the RAG?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am importing data from a CSV file with a timestamp column indicating the date of the event described in the text column.
The indexing process runs without errors. When I run a query, only the information in text column is considered. I can't use the event date defined in the timestamp column.
My questions are:
Beta Was this translation helpful? Give feedback.
All reactions