airbyte-connector-generator-poc icon indicating copy to clipboard operation
airbyte-connector-generator-poc copied to clipboard

🔨 Future improvements

Open philipandersson opened this issue 3 months ago • 0 comments

Initial list of improvements:

  • [ ] Refactor the OpenAPI schema from dicts to Pydantic models
  • [ ] Refactor the Airbyte declarative connector schema from dicts to Pydantic models
  • [ ] Index documentation as vector embeddings to perform RAG for more concise context
  • [ ] Two-stage retrieval with reranking
  • [ ] Run requests async to reduce exec time
  • [ ] Support doc ingestion behind auth
  • [ ] Improve auth:
    • [ ] OAuth2
    • [ ] OICD
  • [ ] Support full OpenAPI spec 3.x, including:
    • [ ] Leverage examples & defaults
    • [ ] components.responses
    • [ ] components.requestBodies
    • [ ] components.headers
  • [ ] Support for Aribyte sub streams
  • [ ] Add spinners & more interactive feedback 😎

Thanks everyone for the feedback!

philipandersson avatar Mar 08 '24 09:03 philipandersson