Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ Then using multiple agents to handle different steps in the process (to abstract
|
|
24 |
## Agents
|
25 |
We use agents as a simple and easy way to handle some complex NLP tasks. These could likely be handled in other ways.
|
26 |
#### Filter Agent:
|
27 |
-
An agent to extract filters from the user's query and
|
28 |
|
29 |
#### Keywords Agent:
|
30 |
Extracting keywords from the query. In order to optimize the vector DB search, I have found that combining a user's original query with some keywords related to the class they are using helps in optimizing the vector search.
|
|
|
24 |
## Agents
|
25 |
We use agents as a simple and easy way to handle some complex NLP tasks. These could likely be handled in other ways.
|
26 |
#### Filter Agent:
|
27 |
+
An agent to extract filters from the user's query and removing them from the query used in searching the vector DB.
|
28 |
|
29 |
#### Keywords Agent:
|
30 |
Extracting keywords from the query. In order to optimize the vector DB search, I have found that combining a user's original query with some keywords related to the class they are using helps in optimizing the vector search.
|