Shubh Mishra

Results 3 issues of Shubh Mishra

Hi, I've been making attempts to use RAGatouille for document retrievals. I'm currently testing it on a junk of 30k emails. After indexing a few of the documents I would...

CRUD (experimental)

### Details: - ```std::ofstream``` doesn't throw any exceptions by default. Added ```bin_file.exceptions``` and ```xml_file.exceptions``` to resolve it - file_path: ```openvino/src/core/src/pass/serialize.cpp``` ### Tickets: - Closes https://github.com/openvinotoolkit/openvino/issues/23190 - CVS-128429

category: Core
ExternalPR

Steps I followed to make it work: **1.** Clone the slimevolleygym repo ``` git clone https://github.com/hardmaru/slimevolleygym.git cd slimevolleygym pip install -e . ``` **2.** Clone the Openai Gym repo ```...