From 6697f41ce1f93aac0b1adef6af7f3b74459655ec Mon Sep 17 00:00:00 2001 From: abhijitjavelin Date: Fri, 4 Apr 2025 09:01:16 +0530 Subject: [PATCH] fix: broken filepaths in readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8bdfe9c..46002ee 100644 --- a/README.md +++ b/README.md @@ -173,15 +173,16 @@ Javelin provides universal endpoints that allow you to use a consistent interfac - [Universal endpoint implementation](examples/gemini/javelin_gemini_univ_endpoint.py) - [OpenAI-compatible interface](examples/gemini/openai_compatible_univ_gemini.py) + ### Agent Examples - [CrewAI integration](examples/agents/crewai_javelin.ipynb) - [LangGraph integration](examples/agents/langgraph_javelin.ipynb) ### Basic Examples -- [Asynchronous example](examples/aexample.py) -- [Synchronous example](examples/example.py) -- [Drop-in replacement example](examples/drop_in_replacement.py) +- [Asynchronous example](examples/route_examples/aexample.py) +- [Synchronous example](examples/route_examples/example.py) +- [Drop-in replacement example](examples/route_examples/drop_in_replacement.py) ### Advanced Examples -- [Document processing](examples/document_processing.py) -- [RAG implementation](examples/javelin_rag_embeddings_demo.ipynb) +- [Document processing](examples/gemini/document_processing.py) +- [RAG implementation](examples/rag/javelin_rag_embeddings_demo.ipynb)