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

Notebook usability improvements #3

Open
hemidactylus opened this issue Nov 9, 2023 · 0 comments
Open

Notebook usability improvements #3

hemidactylus opened this issue Nov 9, 2023 · 0 comments

Comments

@hemidactylus
Copy link
Contributor

json_query = {
        "_id": "4",
        "name": "Coded Cleats Copy",
        "description": "ChatGPT integrated sneakers that talk to you",
        "$vector": [0.25, 0.25, 0.25, 0.25, 0.25],
    }

which I think style would have as

json_query = {
    "_id": "4",
    "name": "Coded Cleats Copy",
    "description": "ChatGPT integrated sneakers that talk to you",
    "$vector": [0.25, 0.25, 0.25, 0.25, 0.25],
}
  • Add --quiet to the pip install to avoid a wall of useless output junk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant