You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-18
Original file line number
Diff line number
Diff line change
@@ -249,9 +249,9 @@ Obviously, you'd put your API credentials here. Depending on the integration (Op
249
249
You can find more details about API credentials and setup in chapter 3 of the book [Generative AI with LangChain](https://www.amazon.com/Generative-AI-LangChain-language-ChatGPT-ebook/dp/B0CBBL55PQ).
250
250
251
251
252
-
## Contributing
252
+
## 👋 Contribute
253
253
254
-
If you find anything amiss with the notebooks or dependencies, please feel free to create a pull request.
254
+
We welcome contributions from developers of all levels. If you find anything amiss with the notebooks or dependencies, please feel free to create a pull request.
255
255
256
256
If you want to change the conda dependency specification (the yaml file), you can test it like this:
257
257
```bash
@@ -267,6 +267,14 @@ Please make sure that you keep these two ways of maintaining dependencies in syn
267
267
268
268
Then make sure, you test the notebooks in the new environment to see that they run.
269
269
270
+
---
271
+
[](https://star-history.com/#benman1/generative_ai_with_langchain&Date)
I've included a `Makefile` that includes instructions for validation with flake8, mypy, and other tools. I have run mypy like this:
272
280
```bash
@@ -280,23 +288,9 @@ ruff check .
280
288
</details>
281
289
282
290
283
-
284
-
<details>
285
-
<summary><h2>Get to know Authors</h2></summary>
286
-
287
-
_Ben Auffarth_ Ben Auffarth is a full-stack data scientist with more than 15 years of work experience. With a background and Ph.D. in computational and cognitive neuroscience, he has designed and conducted wet lab experiments on cell cultures, analyzed experiments with terabytes of data, run brain models on IBM supercomputers with up to 64k cores, built production systems processing hundreds and thousands of transactions per day, and trained language models on a large corpus of text documents. He co-founded and is the former president of Data Science Speakers, London.
288
-
289
-
290
-
291
-
</details>
292
291
<details>
293
-
<summary><h2>Other Related Books</h2></summary>
294
-
<ul>
295
-
296
-
<li><ahref="https://www.packtpub.com/en-us/product/transformers-for-natural-language-processing-and-computer-vision-third-edition/9781805128724">Transformers for Natural Language Processing and Computer Vision, Third Edition</a></li>
292
+
<summary><h2>Get to know the authors</h2></summary>
297
293
298
-
<li><ahref="https://www.packtpub.com/en-us/product/building-llm-powered--applications-first-edition/9781835462317">Building LLM Powered Applications, First Edition</a></li>
299
-
300
-
</ul>
294
+
_Ben Auffarth_[Ben Auffarth](https://benauffarth.com) is a full-stack data scientist with more than 15 years of work experience. With a background and Ph.D. in computational and cognitive neuroscience, he has designed and conducted wet lab experiments on cell cultures, analyzed experiments with terabytes of data, run brain models on IBM supercomputers with up to 64k cores, built production systems processing hundreds and thousands of transactions per day, and trained language models on a large corpus of text documents. He co-founded and is the former president of Data Science Speakers, London.
0 commit comments