Skip to content

Doc/add documentation on the document qa engine library#36

Merged
lfoppiano merged 8 commits into
ScienciaLAB:mainfrom
Sanakhamassi:doc/Add-documentation-on-the-document-qa-engine-library
May 7, 2026
Merged

Doc/add documentation on the document qa engine library#36
lfoppiano merged 8 commits into
ScienciaLAB:mainfrom
Sanakhamassi:doc/Add-documentation-on-the-document-qa-engine-library

Conversation

@Sanakhamassi

@Sanakhamassi Sanakhamassi commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Added documentation on the document qa engine library #17

@Sanakhamassi Sanakhamassi requested a review from lfoppiano April 24, 2026 14:55

@lfoppiano lfoppiano left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good, however this task was initially created with the goal of adding more documentation in the actual code, so that people that use this library can figure out how to use it.

@lfoppiano lfoppiano left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Please check my only comment.

Comment thread docs/README.md Outdated
@@ -0,0 +1,249 @@
# 📝 document-qa-engine documentation

> **Version**: 0.5.1 · **License**: Apache 2.0 · **PyPI**: `pip install document-qa-engine`

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd remvoe version number here, because it will require to update it at each release.

@lfoppiano lfoppiano merged commit 9a3a32a into ScienciaLAB:main May 7, 2026
headers = {}
if self.api_key:
headers = {'x-api-key': self.api_key}
headers["Authorization"] = f"Bearer {self.api_key}"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Sanakhamassi I've been looking at the PR #35 and stumbled upon this issue. It seems that you updated how the embedding were invoked (I overlooked it), but I can't find any change in the deployment script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants