Fayaz Rahman

Results 8 issues of Fayaz Rahman

## 🚀 🚀 Pull Request ### Checklist: - [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab) and the [Contributing document](https://github.com/activeloopai/Hub/blob/release/2.0/CONTRIBUTING.md) - [ ] I have commented my...

## 🚨🚨 Feature Request - [ ] Related to an existing [Issue](../issues) - [ ] A new implementation (Improvement, Extension) ### Is your feature request related to a problem? Extend...

enhancement

I'm using the following code to create an S3 storage config: ```python gas.create_s3_storage_config( "S3Provider", "hub-2.0-tests/cifar-10-tensorbay", endpoint="http://hub-2.0-tests.s3-website.us-east-1.amazonaws.com", accesskey_id=os.getenv("AWS_ACCESS_KEY_ID"), accesskey_secret=os.getenv("AWS_SECRET_ACCESS_KEY"), bucket_name="hub-2.0-tests", ) ``` But I'm getting ``` Unexpected status code(500)! =================================================================== ##########################...

## 🚀 🚀 Pull Request ### Checklist: - [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab) and the [Contributing document](https://github.com/activeloopai/Hub/blob/release/2.0/CONTRIBUTING.md) - [ ] I have commented my...

## 🚀 🚀 Pull Request ### Checklist: - [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab) and the [Contributing document](https://github.com/activeloopai/Hub/blob/release/2.0/CONTRIBUTING.md) - [ ] I have commented my...

## 🚀 🚀 Pull Request ### Checklist: - [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab) and the [Contributing document](https://github.com/activeloopai/Hub/blob/release/2.0/CONTRIBUTING.md) - [ ] I have commented my...

This notebook shows how to implement a question answering system with LangChain's Deep Lake integration as a vector store and OpenAI embeddings.