-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update readme #132
Update readme #132
Conversation
jerpint
commented
Sep 21, 2023
- Ship data with example app
- Update readme with better instructions
- add CLI args for some tool utilites
README.md
Outdated
|
||
We've attached a sample `stackoverflow.csv` file to help you get started. | ||
Once your local version of Buster is up and running, the next step is for you to be able to import your own data. | ||
We will be using the `stackoverflow.csv` file in the `buster/examples/` folder for this. This is the same data that was used to generate the demo app's embeddings. | ||
|
||
You will first ingest the documents to be ready for buster. In this example, we use Deeplake's vectore store, but you can always write your own custom `DocumentManager`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: vectore -> vector
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
README.md
Outdated
pip install buster-doctalk | ||
``` | ||
|
||
If you would like to install a local version, run this instead: | ||
Then, go to the examples folder and launch the app. | ||
We've included small sample data on stackoverflow-ai questions that you can test your setup with to try app: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: small sample data on stackoverflow-ai questions -> small sample data off stackoverflow-ai questions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed