Jerry Liu

Results 340 comments of Jerry Liu

going to close for now, let me know if anything specific pops up

hopefully this link could help: https://discord.com/channels/1059199217496772688/1059200010622873741/1079094097916211270

@vguillet would injecting metadata into the Document help with this? e.g. specifying `extra_info` within the Document

Going to close this issue for now - but feel free to reopen if you think there's a concrete issue re: gpt index features

we should support reading the jaw .json text already in SimpleDirectoryReader right? Since in line 131 in SimpleDirectoryReader, if we don't have a parser for the file, we just read...

thanks for doing this @kevinqz! any chance you could take a look at using the SQLDatabase class instead? https://gpt-index.readthedocs.io/en/latest/reference/struct_store.html - this is already used for our SQL index, and we...

> I see your point, @jerryjliu! I've made some changes: > > * Made changes in the way to instantiate the DatabaseReader class. Inherited it as a BaseReader and added...

@not-poma which version of gpt index are you on? i was hoping to have fixed this issue