Skip to content

Natural language query interfacefor blockchain datas - #810

Merged
Nanle-code merged 4 commits into
Nanle-code:masterfrom
directorfloo:NaturalLanguageQueryInterfaceforBlockchainDatas
Aug 5, 2026
Merged

Natural language query interfacefor blockchain datas#810
Nanle-code merged 4 commits into
Nanle-code:masterfrom
directorfloo:NaturalLanguageQueryInterfaceforBlockchainDatas

Conversation

@directorfloo

Copy link
Copy Markdown
Contributor

Closes #547

PR Title

Add conversational natural-language search to advanced Stellar dashboard search

Summary

This PR adds a conversational query interface to the advanced search dashboard and fixes a JSX parse issue in AdvancedSearch.tsx.

What changed

  • Added ConversationalSearch.tsx
    • New conversational search component with:
      • natural language input
      • intent classification
      • follow-up suggestions
      • parsed query preview
      • recent conversational query history
  • Integrated ConversationalSearch into AdvancedSearch.tsx
    • wired handleConversationalQuery() into dashboard search flow
    • updates filters and executes search from parsed natural language input
    • displays detected intent summary
  • Fixed syntax error in AdvancedSearch.tsx
    • removed stray duplicate JSX closing )} that caused parse failure
  • Cleaned up state usage in ConversationalSearch.tsx
    • ensured parsed intent state is rendered and no longer unused

Files changed

  • AdvancedSearch.tsx
  • ConversationalSearch.tsx

Testing

  • Verified both updated files report no parse/lint errors
  • Manual validation of conversational query component render flow
  • Confirmed search execution path remains intact after fix

Notes

  • This PR is focused on UI integration and structured query conversion.
  • Future follow-up can add export/results export support from conversation results or deeper follow-up question chaining.

@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

@Hunterly01 is attempting to deploy a commit to the nanle-code's projects Team on Vercel.

A member of the Team first needs to authorize it.

@directorfloo

Copy link
Copy Markdown
Contributor Author

please issue have been resolved, please merge the issue

@Nanle-code
Nanle-code merged commit ced11a5 into Nanle-code:master Aug 5, 2026
5 of 23 checks passed
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

Successfully merging this pull request may close these issues.

Natural Language Query Interface for Blockchain Data

3 participants