rendezvous / main.py
disLodge's picture
Initial commit of the agentic RAG app
3f0f670
raw
history blame contribute delete
91 Bytes
def main():
print("Hello from llm-rag-agent!")
if __name__ == "__main__":
main()