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

Blog: Unreasonable Effectiveness of literally using your brain #339

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/blog/posts/look-at-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,14 @@ Heres some more examples of capabilities:
6. Document Metadata: "Show me documents that were created by X in the last week"

These are all families of queries that cannot be solved via the embedding and require creative solutions based on your use case!

**Failure Modes**

- You literally just can't service many of the unless you bake them into your index.
- If you don't have a maps index, you can't answer most directions questions.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*direction

- If you don't have a video -> transcript index, you can't answer most video questions.
- If you don't have a time based query capability, you can't answer timeline questions.

## Eval Benefits of classifying by capability

Once you've classified your questions by capability, you can also start specializing not only to generate response using specific capabilities, but also specialize your evaluation metrics. Imagine you're a construction site, and you have 'ownership' questions. If you knew that apriori, you'd know to add in the prompt that the responses of 'ownership' must result in not only the name of a person, but a full name and contact information. You can then, also validate in an eval if that criteria is met!
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you knew that apriori, you'd know how to add in the prompt