Skip to content

Commit

Permalink
Fix OPEA mandated relative links
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh <[email protected]>
  • Loading branch information
yogeshmpandey committed Jan 9, 2025
1 parent 628781b commit 277351a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion comps/integrations/langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ llm = OPEALLM(
llm.invoke("The meaning of life is")
```

Check out [Samples](/comps/integrations/langchain/samples/README.md) for more examples using the OPEA Langchain package.
Check out [Samples](./samples/README.md) for more examples using the OPEA Langchain package.
4 changes: 2 additions & 2 deletions comps/integrations/langchain/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ Start Jupyter Notebook:
jupyter notebook
```

Open the [`summarize.ipynb`](/comps/integrations/langchain/samples/summarize.ipynb) notebook and run the cells to execute the summarization example.
Open the [`summarize.ipynb`](./summarize.ipynb) notebook and run the cells to execute the summarization example.

Open the [`qa_streaming.ipynb`](/comps/integrations/langchain/samples/qa_streaming.ipynb) notebook and run the cells to execute the QA chatbot with retrieval example.
Open the [`qa_streaming.ipynb`](./qa_streaming.ipynb) notebook and run the cells to execute the QA chatbot with retrieval example.

0 comments on commit 277351a

Please sign in to comment.