D-Star-AI / dsRAG

High-performance retrieval engine for unstructured data
MIT License
852 stars 61 forks source link

Document content bug fix #46

Closed NickGator1 closed 2 months ago

NickGator1 commented 2 months ago

Bug fix to access the correct column when getting the full document content. We are now accessing the column based on the name instead of the expected column number, by using columns.index({column_name}). This way if the columns are re-ordered, it will still access the correct index

Also added test for getting the full content