Skip to content

ApocoHQ/python-ai-code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

⚠️ OUTDATED ⚠️

🐍 🤖 Python AI Code Challenge

This repository contains a coding exercise for new developers joining the AI/python development team.

📜 What we want you to build

Your mission is to build an autonomous AI agent that can reason over Generative AI Python SDK documentation. The application (chatbot) should be able to answer questions on the documentation topics; as a bonus, your application can even code and browse the web!

Technology Stack:

  • Python (3.x)
  • LLM - it's up to you which one you pick.
  • LangChain.
  • Vector Store (ChromaDB / Pinecone / Milvus, ...).

🎯 Objectives

  • Create an application that allows the user to query our SDK documentation.
    • The agent remembers the conversation context.
    • The agent handles large conversations.
    • Every response related to the SDK documentation must contain sources (relevant links to the documentation page).
  • Introduce UI for communication with the agent (Streamlit / React whatever you want!)
    • Handle edge cases and crashes.
    • Use streaming for responses.
    • (optional) Allow the user to upload file(s).
  • (optional) Evaluation (how your solution performs, how precise it is in terms of retrieval quality).
  • (optional) The agent can lookup for specific facts on the web (Google / DuckDuckGo).
  • (optional) The agent can execute Python code.
  • (optional) The agent can work with files (CSV / PDF).
  • (optional) One can interact with the agent via CLI.
  • (optional) One can interact with the agent via API (Rest/gRPC).

🔗 Links

📝 Notes

  • Be creative. Everything extra/custom is appreciated. 🦄
  • You can use more technologies, but those mentioned are required.
  • Explain your decisions and choices. We want to see you know what you are doing.
  • Document your code, mainly the parts related to LLM (parameters, sizes, etc.).
  • Describe how the final application works in general.

Feel free to ask us if you have any doubts or if you face any problems!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published