react-actions-chat-recommended-actions
v1.0.4
Published
Query-driven and vector-search-backed recommended action flows for react-actions-chat.
Maintainers
Readme
React Actions Chat Recommended Actions
Companion package for react-actions-chat that adds query-driven and vector-search-backed recommended action flows.
Installation
npm install react-actions-chat react-actions-chat-recommended-actionsWhat It Includes
createQueryRecommendedActionsFlowcreateVectorSearchQueryRecommendedActionsFlowcreateOpenAITextEmbeddercreateCohereTextEmbeddercreateVoyageTextEmbedder
Shared Docs
- Sub-packages
- react-actions-chat-recommended-actions
- Recommended actions overview
- Recommended actions with vector search
- Recommended actions API reference
- Examples guide
The runnable settings example lives at examples/settings.
Production Note
The settings example uses a browser-side OpenAI API key to stay self-contained. For production, call embedding providers from your own backend instead of exposing the key to the client.
