We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Within 'Connect your own data' section, a workflow of hacker_news has been generated and needed to be running. My questions are:
path: /tmp/hn embeddings: path: sentence-transformers/all-MiniLM-L6-v2 content: true tabular: idcolumn: url textcolumns: - title workflow: index: tasks: - batch: false extract: - hits method: get params: tags: null task: service url: https://hn.algolia.com/api/v1/search?hitsPerPage=50 - action: tabular - action: index writable: true
from txtai.app import Application app = Application("index.yml") list(app.workflow("index", ["front_page"]))
Thanks,
The text was updated successfully, but these errors were encountered:
This project is in need of some updates. Once that happens, details about how to do this will be added to the README.
Sorry, something went wrong.
No branches or pull requests
Within 'Connect your own data' section, a workflow of hacker_news has been generated and needed to be running. My questions are:
Thanks,
The text was updated successfully, but these errors were encountered: