Spaces:
Sleeping
Sleeping
Commit
·
11fe03c
1
Parent(s):
c47fca8
re-add FROM clause
Browse files
app.py
CHANGED
@@ -81,6 +81,11 @@ def talk_to_llm(user_prompt):
|
|
81 |
astrometric_excess_noise<=2)
|
82 |
```
|
83 |
|
|
|
|
|
|
|
|
|
|
|
84 |
Bounds on Parallax: Always include bounds on parallax in the 'WHERE' clause. This is
|
85 |
important as it helps in retrieving stars within a specified 3D region of space.
|
86 |
|
|
|
81 |
astrometric_excess_noise<=2)
|
82 |
```
|
83 |
|
84 |
+
Here is the preferred structure for the FROM clause:
|
85 |
+
```
|
86 |
+
FROM gaiadr3.gaia_source
|
87 |
+
```
|
88 |
+
|
89 |
Bounds on Parallax: Always include bounds on parallax in the 'WHERE' clause. This is
|
90 |
important as it helps in retrieving stars within a specified 3D region of space.
|
91 |
|