Aakash Thatte

Results 76 comments of Aakash Thatte

Hello @etiennedi and @chris-aeviator , I am interested contributing to this, and I believe we can use weaviate itself to perform search on the documentation! Let me know what you...

@akelad , This sounds really interesting, could you please give a brief description of what exactly needs to be done.

Sure @bobvanluijt , I will look into this and get back ! Thanks @morrowyn for bringing up the issue.

Hello @morrowyn , as you mentioned, you have used the directories "**attendance-system-example\students**" and "**attendance-system-example\test**" to test out the example, I believe that you have used the "**/students**" directory to add...

Hello @lmeyerov 😇, I am interested in contributing to this, can you assign this issue to me? Any tips for where to start with ?

Hello @sethmlarson 😇! I am willing to add this feature. I have worked quite a lot using pandas. But I do not know exactly how the slicing functionality is implemented....

Something like this (I generated this using chatgpt)? @sourabhagr ```python RESPONSE_CONSISTENCY_FEW_SHOT__COT = """ [Question]: Which Alex is being referred to in the last line? [Context]: In a story, Alex is...

@sourabhagr I can take this up, does this follow similar pattern as the llamaindex integration [here](https://github.com/uptrain-ai/uptrain/blob/main/uptrain/integrations/llama_index.py) or if you could elaborate a little?

@rumbleFTW Sure, Please go ahead

Hi @regstuff According to me, the following is the problem: You are doing - ``` with open('pynnindex','wb') as f: pickle.dump(pynnindex,f) ``` Which means you are pickling the index itself. Now...