feat: weaviate vector database feature added for openai #106
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Scope
Issue: In the industrial landscape, users often grapple with the challenge of managing vast quantities of data that cannot be shared externally due to privacy or security constraints. However, they possess the capability to securely store and host this data within their own infrastructure.
Resolution: To address this issue, there exist specialized vector databases available in the market. These databases empower users to efficiently store and organize their data by employing customizable data classes. By furnishing configuration details to the underlying framework, users can seamlessly manage their data resources while also gaining access to valuable data insights. This approach enables users to harness the full potential of their data assets while maintaining the necessary control and security measures.
Future Tasks
[Adding support of weaviate for other models too (currently for openai only)]
[Adding other vector databases]
Screenshots
With using weaviate response
Without using weaviate response:
Code improvements
[Did you add some generic like utility, component, or anything else useful outside of this PR]
Developer checklist