Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Do we need SQLite #12

Open
dilab opened this issue May 3, 2023 · 6 comments
Open

[Question]: Do we need SQLite #12

dilab opened this issue May 3, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@dilab
Copy link

dilab commented May 3, 2023

What happened?

Do we need SQLite in order to use the vector store?

How to reproduce the bug

Do we need SQLite in order to use the vector store?

Package Version

master

PHP Version

8.1

Which operating systems does with happen with?

macOS

Notes

No response

@dilab dilab added the bug Something isn't working label May 3, 2023
@kambo-1st
Copy link
Owner

Hi @dilab, at the moment, the only supported option is SimpleStupidVectorStore, which is a basic out-of-the-box VectorStore based on SQLite, mainly for prototyping purposes. I do plan on supporting other vector stores, such as Chroma, Redis, OpenSearch, etc., as well as developing a flexible PHP specific PDO store. Although I cannot guarantee that I will implement your personal preference, I am interested in hearing your thoughts.

@dilab
Copy link
Author

dilab commented May 5, 2023

I think developing AI using PHP is pretty new in the space. You are on to something with potential. I am interested in assisting.

@nik-418
Copy link
Contributor

nik-418 commented May 7, 2023

@kambo-1st I actually mention this repo in my AI with Laravel course (it's generally applicable to AI with PHP in general though). 😊

I'd love to start contributing next week to make the Langchain PHP package really shine, starting with a Pinecone store and a PDF loader for example.

@kambo-1st
Copy link
Owner

@nik-418 That would be great! I'd appreciate some help. Pinecode and PDF Loader can be good starting points.

@ryantxr
Copy link

ryantxr commented Aug 17, 2023

I am very interested in this.

@gdnault
Copy link

gdnault commented Nov 15, 2023

@kambo-1st I actually mention this repo in my AI with Laravel course (it's generally applicable to AI with PHP in general though). 😊

I'd love to start contributing next week to make the Langchain PHP package really shine, starting with a Pinecone store and a PDF loader for example.

How is the Pinecone store coming?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants