Skip to content

Commit 358473f

Browse files
authored
Merge pull request #225 from Scale3-Labs/development
Development
2 parents 4ba944f + f2c2b19 commit 358473f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,14 @@ Langtrace automatically captures traces from the following vendors:
240240
| Cohere | LLM | :white_check_mark: | :white_check_mark: |
241241
| Groq | LLM | :x: | :white_check_mark: |
242242
| Langchain | Framework | :x: | :white_check_mark: |
243+
| Langgraph | Framework | :x: | :white_check_mark: |
243244
| LlamaIndex | Framework | :white_check_mark: | :white_check_mark: |
244245
| DSPy | Framework | :x: | :white_check_mark: |
245246
| CrewAI | Framework | :x: | :white_check_mark: |
247+
| Ollama | Framework | :x: | :white_check_mark: |
246248
| Pinecone | Vector Database | :white_check_mark: | :white_check_mark: |
247249
| ChromaDB | Vector Database | :white_check_mark: | :white_check_mark: |
250+
| Weaviate | Vector Database | :white_check_mark: | :white_check_mark: |
248251
| QDrant | Vector Database | :x: | :white_check_mark: |
249252

250253
---
@@ -260,7 +263,19 @@ Langtrace automatically captures traces from the following vendors:
260263

261264
We welcome contributions to this project. To get started, fork this repository and start developing. To get involved, join our [Discord](https://discord.langtrace.ai) workspace.
262265

263-
If you want to run any of the examples go to `run_example.py` file, you will find `ENABLED_EXAMPLES`. choose the example you want to run and just toggle the flag to `True` and run the file using `python src/run_example.py`
266+
- If you want to run any of the examples go to `run_example.py` file, you will find `ENABLED_EXAMPLES`. choose the example you want to run and just toggle the flag to `True` and run the file using `python src/run_example.py`
267+
268+
- If you want to run tests, make sure to install dev & test dependencies:
269+
270+
```python
271+
pip install '.[test]' && pip install '.[dev]'
272+
```
273+
274+
then run `pytest` using:
275+
276+
```python
277+
pytest -v
278+
```
264279

265280
---
266281

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.25"
1+
__version__ = "2.1.26"

0 commit comments

Comments
 (0)