File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ A Directus extension that provides an Insights panel and API endpoint allowing y
10
10
- List all of my customer's emails in the state of Texas.
11
11
- What is my top selling product this week?
12
12
- I used [ langchain.js] ( https://js.langchain.com ) (a modified version) to access the OpenAI API.
13
+ - A local copy resides in ` packages ` folder and can be built using ` pnpm build:langchain ` .
13
14
- I built a bundle extension that provides an Insight panel (named 'Copilot') and an API endpoint (` POST /copilot/ask ` ).
14
15
- If given longer, I would make many improvements:
15
16
- Ask the AI for richer data (like tables, markdown, etc.) that could be displayed in a companion side drawer alongside the chat.
16
17
- Enhance its capabilities by building an "Agent" that could plan multiple API calls instead of relying on a one-shot API call.
17
18
- Would allow the AI to explore more endpoints, and possibly even perform POST and PATCH operations!
18
19
- Support Llama and other LLMs, especially self-hosted ones.
19
20
- Allow users to fine-tune the LLM parameters, like temperature and which model.
21
+ - Remove the dependency on langchain in favor of something simpler, more lightweight.
20
22
21
23
## Screenshots
22
24
You can’t perform that action at this time.
0 commit comments